EmailAddress.op_Inequality

EmailAddress Inequality operator

Determines whether the specified objects are not equal.

public static bool operator !=(EmailAddress a, EmailAddress b)
ParameterTypeDescription
aEmailAddressFirst object to compare
bEmailAddressSecond object to compare

Return Value

Returns true if objects are not equal, otherwise false.

See Also