ExtendedPropertyDefinition.Inequality Operator

Definition

Determines whether two specified instances of ExtendedPropertyDefinition are not 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 not equal; otherwise, false.

Applies to