[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Keystroke.op_Inequality

operator != Operator

operator !=(Keystroke, Keystroke)

Determines whether two keystrokes (KeyStroke structures) are not 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 inequality operator)

Keystroke rhs

Second keystroke (right hand side of inequality operator)

Returns
Type Description
bool

The result of the operator.