IndexedPropertyDefinition.Inequality 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 IndexedPropertyDefinition are not 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.