Spread Silverlight Documentation
Equals(GcPoint,GcPoint) Method


GrapeCity.Excel Namespace > GcPoint Structure > Equals Method : Equals(GcPoint,GcPoint) Method
A GrapeCity.Excel.GcPoint object to compare
A GrapeCity.Excel.GcPoint object to compare
Compares two GrapeCity.Excel.GcPoint objects. The result specifies whether the values of the two objects are unequal
Syntax
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal point1 As GcPoint, _
   ByVal point2 As GcPoint _
) As System.Boolean
'Usage
 
Dim point1 As GcPoint
Dim point2 As GcPoint
Dim value As System.Boolean
 
value = GcPoint.Equals(point1, point2)
public static System.bool Equals( 
   GcPoint point1,
   GcPoint point2
)

Parameters

point1
A GrapeCity.Excel.GcPoint object to compare
point2
A GrapeCity.Excel.GcPoint object to compare

Return Value

true if they are unequal; otherwise, false.
See Also

Reference

GcPoint Structure
GcPoint Members
Overload List