This topic has not yet been rated - Rate this topic

PolicyStore.Key Operators

  NameDescription
Public operator Static member Equality(Object, PolicyStore.Key) Determines whether the object identified by a Object is the same as the object identified by a PolicyStore.Key.
Public operator Static member Equality(PolicyStore.Key, PolicyStore.Key) Determines whether the objects identified by two PolicyStore.Key objects are the same.
Public operator Static member Equality(PolicyStore.Key, Object) Determines whether the object identified by a Object is the same as the object identified by a PolicyStore.Key.
Public operator Static member Inequality(Object, PolicyStore.Key) Determines whether the object identified by a Object is different than the object identified by a PolicyStore.Key.
Public operator Static member Inequality(PolicyStore.Key, PolicyStore.Key) Determines whether the object identified by a PolicyStore.Key is different than the object identified by a PolicyStore.Key.
Public operator Static member Inequality(PolicyStore.Key, Object) Determines whether the object identified by a Object is different than the object identified by a PolicyStore.Key.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.