Specifies whether this GrapeCity.Excel.GcPoint contains the same coordinates as the specified GrapeCity.Excel.GcPoint
Syntax
'Declaration
Public Overloads Function Equals( _
ByVal 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
)
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