Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairChar Class / Equals Method
The target object.


In This Topic
    Equals Method (PairChar)
    In This Topic
    Determines whether the specified object is equal to the current PairChar.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As PairChar
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The target object.

    Return Value

    true if the obj parameter is equal to the current PairChar; otherwise,false.
    See Also