op_Inequality

InstantMessengerCategory Inequality operator

判断指定的对象是否不相等。

public static bool operator !=(InstantMessengerCategory a, InstantMessengerCategory b)
范围类型描述
aInstantMessengerCategory第一个要比较的对象
bInstantMessengerCategory第二个要比较的对象

返回值

如果对象不相等,则返回 true,否则返回 false。

也可以看看