ServiceId.SameIdAndChangeKey(ServiceId) メソッド

定義

2 つの ServiceId インスタンスが等しいかどうかを判断します (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

パラメーター

other
ServiceId

現在の ServiceId と比較する ServiceId。

戻り値

2 つのインスタンスが等しい場合は True。それ以外の場合は false。

適用対象