IndexedPropertyDefinitionEquality - оператор |
Determines whether two specified instances of IndexedPropertyDefinition are equal.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static bool operator ==(
IndexedPropertyDefinition idxPropDef1,
IndexedPropertyDefinition idxPropDef2
)
Public Shared Operator = (
idxPropDef1 As IndexedPropertyDefinition,
idxPropDef2 As IndexedPropertyDefinition
) As Boolean
public:
static bool operator ==(
IndexedPropertyDefinition^ idxPropDef1,
IndexedPropertyDefinition^ idxPropDef2
)
static let inline (=)
idxPropDef1 : IndexedPropertyDefinition *
idxPropDef2 : IndexedPropertyDefinition : bool
Параметры
- idxPropDef1
- Тип: Tessa.Exchange.WebServices.DataIndexedPropertyDefinition
First indexed property definition. - idxPropDef2
- Тип: Tessa.Exchange.WebServices.DataIndexedPropertyDefinition
Second indexed property definition.
Возвращаемое значение
Тип:
BooleanTrue if indexed property definitions are equal.
См. также