IndexedPropertyDefinition.Equality Operator

Definition

Determines whether two specified instances of IndexedPropertyDefinition are equal.

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

Parameters

idxPropDef1
IndexedPropertyDefinition

The first indexed property definition.

idxPropDef2
IndexedPropertyDefinition

The second indexed property definition.

Returns

true if indexed property definitions are equal; otherwise, false.

Applies to