Recurrence.IsSame(Recurrence) 方法

定义

通过将两个对象转换为 JavaScript 对象表示法 (JSON) 并比较它们的字符串值来比较两个对象。 方法IsSame(Recurrence)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

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

适用于