InstantMessengerAddress.op_Inequality

InstantMessengerAddress Inequality operator

Determines whether the specified objects are not equal.

public static bool operator !=(InstantMessengerAddress a, InstantMessengerAddress b)
ParameterTypeDescription
aInstantMessengerAddressFirst object to compare
bInstantMessengerAddressSecond object to compare

Return Value

Returns true if objects are not equal, otherwise false.

See Also