PostalAddress.op_Inequality

PostalAddress Inequality operator

Determines whether the specified objects are not equal.

public static bool operator !=(PostalAddress a, PostalAddress b)
ParameterTypeDescription
aPostalAddressFirst object to compare
bPostalAddressSecond object to compare

Return Value

Returns true if objects are not equal, otherwise false.

See Also