IndexedPropertyDefinition.Equality Operator

定義

IndexedPropertyDefinition の指定された 2 つのインスタンスが等しいかどうかを判断します。

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

2 つ目のインデックス付きプロパティ定義。

戻り値

インデックス 付きプロパティ定義が等しい場合は true。それ以外の場合は false

適用対象