ServiceId.SameIdAndChangeKey(ServiceId) Method

Definition

Determines whether two ServiceId instances are equal (including ChangeKeys)

public:
 bool SameIdAndChangeKey(Microsoft::Exchange::WebServices::Data::ServiceId ^ other);
public bool SameIdAndChangeKey (Microsoft.Exchange.WebServices.Data.ServiceId other);
Public Function SameIdAndChangeKey (other As ServiceId) As Boolean

Parameters

other
ServiceId

The ServiceId to compare with the current ServiceId.

Returns

True if the two instances are equal; otherwise, false.

Applies to