ServiceIdEquals - метод
Determines whether the specified Object is equal to the current Object.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 Object
- The Object to compare with the current Object.
Boolean
true if the specified
Object is equal to the current
Object; otherwise, false.
We do not consider the ChangeKey for ServiceId.Equals.
NullReferenceException | The obj parameter is null. |