Для изменения размера нажмите или перетащите

ServiceIdEquals - метод

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
)

Параметры

obj
Тип: SystemObject
The Object to compare with the current Object.

Возвращаемое значение

Тип: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
Исключения
ИсключениеУсловие
NullReferenceExceptionThe obj parameter is null.
Заметки
We do not consider the ChangeKey for ServiceId.Equals.
См. также