Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / Equals Method
Object to compare to the current one


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

    Parameters

    o
    Object to compare to the current one
    See Also