Для изменения размера нажмите или перетащите

IndexedPropertyDefinitionInequality - оператор

Determines whether two specified instances of IndexedPropertyDefinition are not equal.

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

Параметры

idxPropDef1
Тип: Tessa.Exchange.WebServices.DataIndexedPropertyDefinition
First indexed property definition.
idxPropDef2
Тип: Tessa.Exchange.WebServices.DataIndexedPropertyDefinition
Second indexed property definition.

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

Тип: Boolean
True if indexed property definitions are equal.
См. также