Policy.Key Operators

Include Protected Members
Include Inherited Members

Operators

  Name Description
Public operatorStatic member Equality(Object, Policy.Key) Determines whether the object identified by a Object is the same as the object identified by a Policy.Key.
Public operatorStatic member Equality(Policy.Key, Policy.Key) Determines whether the objects identified by two Policy.Key objects are the same.
Public operatorStatic member Equality(Policy.Key, Object) Determines whether the object identified by a Object is the same as the object identified by a Policy.Key.
Public operatorStatic member Inequality(Object, Policy.Key) Determines whether the object identified by a Object is different than the object identified by a Policy.Key.
Public operatorStatic member Inequality(Policy.Key, Policy.Key) Determines whether the objects identified by two Policy.Key objects are the same.
Public operatorStatic member Inequality(Policy.Key, Object) Determines whether the object identified by a Object is different than the object identified by a Policy.Key.

Top