Rect.opEquals

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

struct Rect(T)
const
bool
opEquals
(
ref const Rect rect
)
if (
isNumeric!T
)

Meta