Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.