ExtendedPropertyDefinitionInequality - оператор

Determines whether two specified instances of ExtendedPropertyDefinition are not equal.

Definition

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

Параметры

extPropDef1  ExtendedPropertyDefinition
First extended property definition.
extPropDef2  ExtendedPropertyDefinition
Second extended property definition.

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

Boolean
True if extended property definitions are equal.

См. также