RegisteredServer.Key Operators

Include Protected Members
Include Inherited Members

Operators

  Name Description
Public operatorStatic member Equality(Object, RegisteredServer.Key) Determines whether two objects are equal by performing an equality operation on them with the object and right operator specified.
Public operatorStatic member 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.
Public operatorStatic member Equality(RegisteredServer.Key, Object) Determines whether two objects are equal by performing an equality operation on them with the object and left operator specified.
Public operatorStatic member Inequality(Object, RegisteredServer.Key) Determines whether two objects are equal by performing an inequality operation on them using the specified object and right operator.
Public operatorStatic member 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.
Public operatorStatic member 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