ServiceId.SameIdAndChangeKey(ServiceId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.