IndexedPropertyDefinition.Equality 操作员

定义

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

public:
 static bool operator ==(Microsoft::Exchange::WebServices::Data::IndexedPropertyDefinition ^ idxPropDef1, Microsoft::Exchange::WebServices::Data::IndexedPropertyDefinition ^ idxPropDef2);
public static bool operator == (Microsoft.Exchange.WebServices.Data.IndexedPropertyDefinition idxPropDef1, Microsoft.Exchange.WebServices.Data.IndexedPropertyDefinition idxPropDef2);
Public Shared Operator == (idxPropDef1 As IndexedPropertyDefinition, idxPropDef2 As IndexedPropertyDefinition) As Boolean

参数

idxPropDef1
IndexedPropertyDefinition

第一个索引属性定义。

idxPropDef2
IndexedPropertyDefinition

第二个索引属性定义。

返回

如果索引属性定义相等,则为 true;否则为 false

适用于