ServiceId.SameIdAndChangeKey(ServiceId) Método

Definición

Determina si dos instancias de ServiceId son iguales (incluido 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 se va a comparar con el ServiceId actual.

Devoluciones

Boolean

Es True si las dos instancias son iguales; en caso contrario, false.

Se aplica a