PolicyCategory.Key.Inequality Operator
Include Protected Members
Include Inherited Members
Performs a Boolean equality operation to determine whether two policy category objects reference the same policy category.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Inequality(Object, PolicyCategory.Key) | Performs a Boolean equality operation to determine whether two policy category keys reference the same policy category. | |
Inequality(PolicyCategory.Key, PolicyCategory.Key) | Performs a Boolean equality operation to determine whether two policy category objects reference the same policy category. | |
Inequality(PolicyCategory.Key, Object) | Performs a Boolean equality operation to determine whether two policy category keys reference the same policy category. |
Top