Partager via


Recurrence.IsSame(Recurrence) Méthode

Définition

Compare deux objets en les convertissant en JSON (JavaScript Object Notation) et en comparant leurs valeurs de chaîne. La IsSame(Recurrence) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à partir de 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

Paramètres

otherRecurrence
Recurrence

Objet de périodicité de calendrier à comparer.

Retours

true si les objets convertis JSON sont égaux ; sinon, false.

S’applique à