IndexedPropertyDefinition.Equality 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 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。