Rect.opEquals

opEquals: compares two rectangles on their coordinates and their size (but not explicit type).

struct Rect
@nogc
bool
opEquals
const pure nothrow
(
const Rect rect
)

Meta