Compartir a través de


ServiceId.SameIdAndChangeKey(ServiceId) Método

Definición

Determina si dos instancias de ServiceId son iguales (incluidos ChangeKeys)

public:
 bool SameIdAndChangeKey(Microsoft::Exchange::WebServices::Data::ServiceId ^ other);
public bool SameIdAndChangeKey (Microsoft.Exchange.WebServices.Data.ServiceId other);
Public Function SameIdAndChangeKey (other As ServiceId) As Boolean

Parámetros

other
ServiceId

ServiceId que se va a comparar con el ServiceId actual.

Devoluciones

True si las dos instancias son iguales; De lo contrario, false.

Se aplica a