Spread WPF 17
GrapeCity.Excel Namespace / GcPoint Structure / Equals Method / Equals(GcPoint) Method
A GrapeCity.Excel.GcPoint to compare.


In This Topic
    Equals(GcPoint) Method
    In This Topic
    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 Boolean
    'Usage
     
    Dim instance As GcPoint
    Dim value As GcPoint
    Dim value As Boolean
     
    value = instance.Equals(value)
    public 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