RegisteredServer.Key.Inequality Operator
Include Protected Members
Include Inherited Members
Determines whether the two specified objects are not equal.
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, RegisteredServer.Key) | Determines whether two objects are equal by performing an inequality operation on them using the specified object and right operator. | |
Inequality(RegisteredServer.Key, RegisteredServer.Key) | Determines whether two objects are equal by performing an inequality operation on them using the left operator and right operator. | |
Inequality(RegisteredServer.Key, Object) | Determines whether two objects are equal by performing an inequality operation on them using the specified object and left operator. |
Top