DacDomain.Key.Inequality Operator
Include Protected Members
Include Inherited Members
Performs a Boolean inequality operation to determine whether two DAC domains are different.
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, DacDomain.Key) | Performs a Boolean inequality operation to determine whether a specified object is different than the DAC domain associated with a specified DACDomain key. | |
Inequality(DacDomain.Key, DacDomain.Key) | Performs a Boolean inequality operation to determine whether two DACDomain keys reference different DAC domains. | |
Inequality(DacDomain.Key, Object) | Performs a Boolean inequality operation to determine whether a specified object is different than the DAC domain associated with a specified DACDomain key. |
Top