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