op_Equality

InstantMessengerAddress Equality operator

判断指定对象是否相等

public static bool operator ==(InstantMessengerAddress a, InstantMessengerAddress b)
范围类型描述
aInstantMessengerAddress第一个要比较的对象
bInstantMessengerAddress第二个要比较的对象

返回值

如果对象相等则返回真,否则返回假。

也可以看看