ExtendedPropertyDefinition.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two specified instances of ExtendedPropertyDefinition are equal.
public:
static bool operator ==(Microsoft::Exchange::WebServices::Data::ExtendedPropertyDefinition ^ extPropDef1, Microsoft::Exchange::WebServices::Data::ExtendedPropertyDefinition ^ extPropDef2);
public static bool operator == (Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition extPropDef1, Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition extPropDef2);
Public Shared Operator == (extPropDef1 As ExtendedPropertyDefinition, extPropDef2 As ExtendedPropertyDefinition) As Boolean
Parameters
- extPropDef1
- ExtendedPropertyDefinition
The first extended property definition.
- extPropDef2
- ExtendedPropertyDefinition
The second extended property definition.
Returns
true if extended property definitions are equal; otherwise, false.