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
)
Public Shared Operator <> (
extPropDef1 As ExtendedPropertyDefinition,
extPropDef2 As ExtendedPropertyDefinition
) As Boolean
public:
static bool operator !=(
ExtendedPropertyDefinition^ extPropDef1,
ExtendedPropertyDefinition^ extPropDef2
)
static let inline (<>)
extPropDef1 : ExtendedPropertyDefinition *
extPropDef2 : ExtendedPropertyDefinition : bool
Параметры
- extPropDef1
- Тип: Tessa.Exchange.WebServices.DataExtendedPropertyDefinition
First extended property definition. - extPropDef2
- Тип: Tessa.Exchange.WebServices.DataExtendedPropertyDefinition
Second extended property definition.
Возвращаемое значение
Тип:
BooleanTrue if extended property definitions are equal.
См. также