Freigeben über


IndexedPropertyDefinition.Equality Operator

Definition

Bestimmt, ob zwei angegebene Instanzen von IndexedPropertyDefinition gleich sind.

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

Parameter

idxPropDef1
IndexedPropertyDefinition

Die erste definition der indizierten Eigenschaft.

idxPropDef2
IndexedPropertyDefinition

Die zweite Definition der indizierten Eigenschaft.

Gibt zurück

TRUE , wenn indizierte Eigenschaftendefinitionen gleich sind; andernfalls false.

Gilt für: