ConnectionEvaluationHistory.Key.Inequality Operator
Include Protected Members
Include Inherited Members
Determines whether two objects are different.
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, ConnectionEvaluationHistory.Key) | Determines whether the object identified by a Object is the same as the object identified by a ConnectionEvaluationHistory.Key. | |
Inequality(ConnectionEvaluationHistory.Key, ConnectionEvaluationHistory.Key) | Determines whether the objects identified by two ConnectionEvaluationHistory.Key objects are different. | |
Inequality(ConnectionEvaluationHistory.Key, Object) | Determines whether the object identified by a Object is the same as the object identified by a ConnectionEvaluationHistory.Key. |
Top