ExtendedPropertyDefinitionEquals - метод |
Determines whether a given extended property definition is equal to this extended property definition.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Параметры
- obj
- Тип: SystemObject
The object to check for equality.
Возвращаемое значение
Тип:
BooleanTrue if the properties definitions define the same extended property.
См. также