Operator operator !=
operator !=(AddressMeaning, AddressMeaning)
Compares two AddressMeanings for inequality.
public static bool operator !=(AddressMeaning left, AddressMeaning right)
Parameters
leftAddressMeaning- The first AddressMeaning to compare.
rightAddressMeaning- The second AddressMeaning to compare.
Returns
- bool
- true if the two AddressMeanings are not equal; false otherwise.