Spread WPF 17
GrapeCity.Excel Namespace / GcPoint Structure / Inequality Operator
A GrapeCity.Excel.GcPoint object to compare
A GrapeCity.Excel.GcPoint object to compare


In This Topic
    Inequality Operator (GcPoint)
    In This Topic
    Compares two GrapeCity.Excel.GcPoint objects. The result specifies whether the values of the two objects are unequal
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal point1 As GcPoint, _
       ByVal point2 As GcPoint _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       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