ExtendedPropertyEquals - метод |
Determines whether the specified
Object is equal to the current
Object.
Пространство имён:
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 compare with the current Object.
Возвращаемое значение
Тип:
Boolean
true if the specified
Object is equal to the current
Object; otherwise, false.
Исключения См. также