Partager via


IndexedPropertyDefinition.Equality Opérateur

Définition

Détermine si deux instances spécifiées d’IndexedPropertyDefinition sont égales.

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

Paramètres

idxPropDef1
IndexedPropertyDefinition

Première définition de propriété indexée.

idxPropDef2
IndexedPropertyDefinition

Deuxième définition de propriété indexée.

Retours

true si les définitions de propriété indexées sont égales ; sinon, false.

S’applique à