Spread WPF 17
GrapeCity.Excel Namespace / GcPoint Structure / Equals Method / Equals(Object) Method
The System.Object to test.


In This Topic
    Equals(Object) Method
    In This Topic
    Specifies whether this GrapeCity.Excel.GcPoint contains the same coordinates as the specified System.Object
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal o As Object _
    ) As Boolean
    'Usage
     
    Dim instance As GcPoint
    Dim o As Object
    Dim value As Boolean
     
    value = instance.Equals(o)
    public override bool Equals( 
       object o
    )

    Parameters

    o
    The System.Object to test.

    Return Value

    true if obj is a GrapeCity.Excel.GcPoint and has the same coordinates as this GrapeCity.Excel.GcPoint
    See Also