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

ExtendedPropertyDefinitionInequality - оператор

Determines whether two specified instances of ExtendedPropertyDefinition are not equal.

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

Параметры

extPropDef1
Тип: Tessa.Exchange.WebServices.DataExtendedPropertyDefinition
First extended property definition.
extPropDef2
Тип: Tessa.Exchange.WebServices.DataExtendedPropertyDefinition
Second extended property definition.

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

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