Spread Silverlight Documentation
Equality Operator (GcRect)


GrapeCity.Excel Namespace > GcRect Structure : Equality Operator
The first rectangle to compare.
The second rectangle to compare.
Compares two rectangles for exact equality.
Syntax
'Declaration
 
Public Operator =( _
   ByVal rect1 As GcRect, _
   ByVal rect2 As GcRect _
) As System.Boolean
'Usage
 
public System.bool operator ==( 
   GcRect rect1,
   GcRect rect2
)

Parameters

rect1
The first rectangle to compare.
rect2
The second rectangle to compare.

Return Value

true if the rectangles have the same location and size; otherwise, false.
See Also

Reference

GcRect Structure
GcRect Members