Recurrence.IsSame(Recurrence) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过将两个对象转换为 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。