IndexedPropertyDefinitionEquality - оператор
Determines whether two specified instances of IndexedPropertyDefinition are equal.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.