Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / KeyStroke Structure / Equality Operator
The first KeyStroke (left side of equality operator).
The second KeyStroke (right side of equality operator).


In This Topic
    Equality Operator (KeyStroke)
    In This Topic
    Determines whether two KeyStroke objects 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
    The first KeyStroke (left side of equality operator).
    rhs
    The second KeyStroke (right side of equality operator).

    Return Value

    true if these two KeyStroke objects are equal; otherwise, returns false.
    See Also