DacInstance.Key.Inequality Operator
Include Protected Members
Include Inherited Members
Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance.
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, DacInstance.Key) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(DacInstance.Key, DacInstance.Key) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(DacInstance.Key, Object) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. |
Top