IndexedPropertyDefinitionInequality - оператор

Determines whether two specified instances of IndexedPropertyDefinition are not equal.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public static bool operator !=(
	IndexedPropertyDefinition idxPropDef1,
	IndexedPropertyDefinition idxPropDef2
)

Параметры

idxPropDef1  IndexedPropertyDefinition
First indexed property definition.
idxPropDef2  IndexedPropertyDefinition
Second indexed property definition.

Возвращаемое значение

Boolean
True if indexed property definitions are equal.

См. также