Recurrence.IsSame(Recurrence) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.