PropertyUpdate.Equality(PropertyUpdate, PropertyUpdate) Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Operatore di confronto di uguaglianza.
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
Parametri
- left
- PropertyUpdate
Operando sinistro.
- right
- PropertyUpdate
Operando destro.
Restituisce
true se l'operando sinistro e destro sono equivalenti.