[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Keystroke.op_Equality

operator == Operator

operator ==(Keystroke, Keystroke)

Determines whether two keystrokes (KeyStroke structures) are equal.

Declaration
public static bool operator ==(Keystroke lhs, Keystroke rhs)
Public Shared Operator =(lhs As Keystroke, rhs As Keystroke) As Boolean
Parameters
Type Name Description
Keystroke lhs

First keystroke (left hand side of equality operator)

Keystroke rhs

Second keystroke (right hand side of equality operator)

Returns
Type Description
bool

The result of the operator.