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