EventField.Key.Inequality Operator
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Inequality(Object, EventField.Key) | Determines whether two objects are unequal by performing an inequality operation on an instance of the EventField.Key class and another object. | |
Inequality(EventField.Key, EventField.Key) | Determines whether two objects are unequal by performing an inequality operation on two EventField.Key objects. | |
Inequality(EventField.Key, Object) | Determines whether two objects are unequal by performing an inequality operation on a EventField.Key object and another object. |
Top