IndexedPropertyDefinition.Equality Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.