Recurrence.IsSame(Recurrence) Method

Definition

Compares two objects by converting them to JavaScript Object Notation (JSON) and comparing their string values. The IsSame(Recurrence) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Parameters

otherRecurrence
Recurrence

A calendar recurrence object with which to compare.

Returns

true if the JSON converted objects are equal; otherwise, false.

Applies to