IndexedPropertyDefinitionEquality - оператор
Determines whether two specified instances of IndexedPropertyDefinition are equal.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 IndexedPropertyDefinition
- First indexed property definition.
- idxPropDef2 IndexedPropertyDefinition
- Second indexed property definition.
BooleanTrue if indexed property definitions are equal.