ExtendedPropertyDefinition.Inequality 操作员

定义

确定 ExtendedPropertyDefinition 的两个指定实例是否不相等。

public:
 static bool operator !=(Microsoft::Exchange::WebServices::Data::ExtendedPropertyDefinition ^ extPropDef1, Microsoft::Exchange::WebServices::Data::ExtendedPropertyDefinition ^ extPropDef2);
public static bool operator != (Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition extPropDef1, Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition extPropDef2);
Public Shared Operator != (extPropDef1 As ExtendedPropertyDefinition, extPropDef2 As ExtendedPropertyDefinition) As Boolean

参数

extPropDef1
ExtendedPropertyDefinition

第一个扩展属性定义。

extPropDef2
ExtendedPropertyDefinition

第二个扩展属性定义。

返回

如果扩展属性定义不相等,则为 true;否则为 false

适用于