Utility.Key Operators

Include Protected Members
Include Inherited Members

Operators

  Name Description
Public operatorStatic member Equality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are equal.
Public operatorStatic member Equality(Utility.Key, Utility.Key) Determines whether the specified left and right-hand sides of the key are equal.
Public operatorStatic member Equality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are equal.
Public operatorStatic member Inequality(Object, Utility.Key) Determines whether the specified object and the right-hand side of the key are unequal.
Public operatorStatic member Inequality(Utility.Key, Utility.Key) Determines whether the specified right and left-hand sides of the key are unequal.
Public operatorStatic member Inequality(Utility.Key, Object) Determines whether the specified object and the left-hand side of the key are unequal.

Top