PhoneNumberCategory.op_Inequality

PhoneNumberCategory Inequality operator

Determines whether the specified objects are not equal.

public static bool operator !=(PhoneNumberCategory a, PhoneNumberCategory b)
ParameterTypeDescription
aPhoneNumberCategoryFirst object to compare
bPhoneNumberCategorySecond object to compare

Return Value

Returns true if objects are not equal, otherwise false.

See Also