InstantMessengerAddress.op_Equality

InstantMessengerAddress Equality operator

Determines whether the specified objects are 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 equal, otherwise false.

See Also