PhoneNumber.op_Inequality

PhoneNumber Inequality operator

Determines whether the specified objects are not equal.

public static bool operator !=(PhoneNumber a, PhoneNumber b)
ParameterTypeDescription
aPhoneNumberFirst object to compare
bPhoneNumberSecond object to compare

Return Value

Returns true if objects are not equal, otherwise false.

See Also