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