IndexedPropertyDefinition.Inequality Operador

Definición

Determina si dos instancias especificadas de IndexedPropertyDefinition no son iguales.

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

Parámetros

idxPropDef1
IndexedPropertyDefinition

La primera definición de la propiedad indizada.

idxPropDef2
IndexedPropertyDefinition

La segunda definición de la propiedad indizada.

Devoluciones

Boolean

true si las definiciones de propiedad indizada son iguales; en caso contrario, false.

Se aplica a