Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / Equality Operator
First keystroke (left hand side of equality operator)
Second keystroke (right hand side of equality operator)


In This Topic
    Equality Operator (Keystroke)
    In This Topic
    Determines whether two keystrokes (KeyStroke structures) are equal.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal lhs As Keystroke, _
       ByVal rhs As Keystroke _
    ) As Boolean
    'Usage
     
    
    public bool operator ==( 
       Keystroke lhs,
       Keystroke rhs
    )

    Parameters

    lhs
    First keystroke (left hand side of equality operator)
    rhs
    Second keystroke (right hand side of equality operator)
    See Also