Spread Silverlight Documentation
Equals(GcPoint) Method


GrapeCity.Excel Namespace > GcPoint Structure > Equals Method : Equals(GcPoint) Method
A GrapeCity.Excel.GcPoint to compare.
Specifies whether this GrapeCity.Excel.GcPoint contains the same coordinates as the specified GrapeCity.Excel.GcPoint
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal value As GcPoint _
) As System.Boolean
'Usage
 
Dim instance As GcPoint
Dim value As GcPoint
Dim value As System.Boolean
 
value = instance.Equals(value)
public System.bool Equals( 
   GcPoint value
)

Parameters

value
A GrapeCity.Excel.GcPoint to compare.

Return Value

true if the GrapeCity.Excel.GcPoint has the same coordinates as this GrapeCity.Excel.GcPoint
See Also

Reference

GcPoint Structure
GcPoint Members
Overload List