Rect.operator ==
static function operator ==(lhs: Rect, rhs: Rect): bool;
static bool operator ==(Rect lhs, Rect rhs);
static def operator ==(lhs as Rect, rhs as Rect) as bool
Description

Returns true if the rectangles are the same.