ASP.NET Pack Programmer's Guide
Rect.equals Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: Rect.js

 Syntax

JavaScript  Copy Code

function equals (rect)

 Parameters

rect

The Rect to test.

 Return Value

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

 See Also

Rect Members
Rect Class
MindFusion.Drawing Namespace