Condition.Key.Inequality Operator
Include Protected Members
Include Inherited Members
Performs a Boolean equality operation to determine whether two condition keys reference the same condition.
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, Condition.Key) | Performs a Boolean equality operation to determine whether two condition keys reference the same condition. | |
Inequality(Condition.Key, Condition.Key) | Performs a Boolean equality operation to determine whether two condition keys reference the same condition. | |
Inequality(Condition.Key, Object) | Performs a Boolean equality operation to determine whether two condition keys reference the same condition. |
Top