PropertyUpdate.Equality(PropertyUpdate, PropertyUpdate) Opérateur
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.
Opérateur de comparaison d’égalité.
public:
static bool operator ==(Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate left, Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate right);
public static bool operator == (Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate left, Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate right);
static member ( = ) : Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate * Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate -> bool
Public Shared Operator == (left As PropertyUpdate, right As PropertyUpdate) As Boolean
Paramètres
- left
- PropertyUpdate
Opérande gauche.
- right
- PropertyUpdate
Opérande droit.
Retours
true
si les opérandes gauche et droit sont équivalents.