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