Recurrence.IsSame(Recurrence) メソッド

定義

2 つのオブジェクトを JavaScript Object Notation (JSON) に変換し、その文字列値を比較して比較します。 このIsSame(Recurrence)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

public:
 bool IsSame(Microsoft::Exchange::WebServices::Data::Recurrence ^ otherRecurrence);
public bool IsSame (Microsoft.Exchange.WebServices.Data.Recurrence otherRecurrence);
Public Function IsSame (otherRecurrence As Recurrence) As Boolean

パラメーター

otherRecurrence
Recurrence

比較する予定表の繰り返しオブジェクト。

戻り値

JSON 変換されたオブジェクトが等しい場合は true。それ以外の場合は false

適用対象