ExtendedPropertyDefinitionEquality - оператор

Determines whether two specified instances of ExtendedPropertyDefinition are equal.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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.

См. также