ServiceIdSameIdAndChangeKey - метод
Determines whether two ServiceId instances are equal (including ChangeKeys)
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool SameIdAndChangeKey(
ServiceId other
)
Public Function SameIdAndChangeKey (
other As ServiceId
) As Boolean
public:
bool SameIdAndChangeKey(
ServiceId^ other
)
member SameIdAndChangeKey :
other : ServiceId -> bool
- other ServiceId
- The ServiceId to compare with the current ServiceId.
Boolean