Recurrence.IsSame(Recurrence) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.