CollectionSet.Key Operators

Include Protected Members
Include Inherited Members

Operators

  Name Description
Public operatorStatic member Equality(Object, CollectionSet.Key) Does a boolean equality comparison between the object sent as a parameter and the right hand side of the key.
Public operatorStatic member Equality(CollectionSet.Key, CollectionSet.Key) Does a Boolean equality comparison between the left hand side of the key and the right hand side of the key.
Public operatorStatic member Equality(CollectionSet.Key, Object) Does a Boolean equality comparison between the object sent as a parameter and the left hand side of the key.
Public operatorStatic member Inequality(Object, CollectionSet.Key) Does a Boolean inequality comparison between the object sent as a parameter and the right hand side of the key.
Public operatorStatic member Inequality(CollectionSet.Key, CollectionSet.Key) Does a boolean inequality comparison between the left hand side of the key and the right hand side of the key.
Public operatorStatic member Inequality(CollectionSet.Key, Object) Does a Boolean inequality comparison between the object sent as a parameter and the left hand side of the key.

Top