Search
Rect.equals Method
See Also
 






Specifies whether this Rect contains the same coordinates as the specified rectangle.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function equals (rect)

 Parameters

rect

Rect. The Rect to test.

 Return Value

Boolean. true if rect has the same coordinates as this Rect.

 See Also