Rect.opEquals

Compare two rectangles for equality.

struct Rect(T)
bool
opEquals
const
(
E
)
(
const Rect!(E) otherRect
)
if (
isNumeric!(E)
)
if (
isNumeric!(T)
)

Meta