Recurrence.IsSame(Recurrence) Método

Definición

Compara dos objetos mediante convertirlos a JavaScript Object Notation (JSON) y comparar sus valores de cadena. El IsSame(Recurrence) método es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a 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

Parámetros

otherRecurrence
Recurrence

Un objeto de periodicidad de calendario con el que se va a comparar.

Devoluciones

Boolean

true si el JSON convertir objetos son iguales; en caso contrario, false.

Se aplica a