PolicyStore.Key Operators
SQL Server 2008 R2
| Name | Description | |
|---|---|---|
|
Equality(Object, PolicyStore.Key) | Determines whether the object identified by a Object is the same as the object identified by a PolicyStore.Key. |
|
Equality(PolicyStore.Key, PolicyStore.Key) | Determines whether the objects identified by two PolicyStore.Key objects are the same. |
|
Equality(PolicyStore.Key, Object) | Determines whether the object identified by a Object is the same as the object identified by a PolicyStore.Key. |
|
Inequality(Object, PolicyStore.Key) | Determines whether the object identified by a Object is different than the object identified by a PolicyStore.Key. |
|
Inequality(PolicyStore.Key, PolicyStore.Key) | Determines whether the object identified by a PolicyStore.Key is different than the object identified by a PolicyStore.Key. |
|
Inequality(PolicyStore.Key, Object) | Determines whether the object identified by a Object is different than the object identified by a PolicyStore.Key. |