op_Inequality
AssociatedPersonCategory Inequality operator
判断指定的对象是否不相等。
public static bool operator !=(AssociatedPersonCategory a, AssociatedPersonCategory b)
范围 | 类型 | 描述 |
---|---|---|
a | AssociatedPersonCategory | 第一个要比较的对象 |
b | AssociatedPersonCategory | 第二个要比较的对象 |
返回值
如果对象不相等,则返回 true,否则返回 false。