DependencyPropertyChangedEventArgs.Equality 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.
Determina se due oggetti DependencyPropertyChangedEventArgs specificati hanno lo stesso valore.
public:
static bool operator ==(System::Windows::DependencyPropertyChangedEventArgs left, System::Windows::DependencyPropertyChangedEventArgs right);
public static bool operator == (System.Windows.DependencyPropertyChangedEventArgs left, System.Windows.DependencyPropertyChangedEventArgs right);
static member ( = ) : System.Windows.DependencyPropertyChangedEventArgs * System.Windows.DependencyPropertyChangedEventArgs -> bool
Public Shared Operator == (left As DependencyPropertyChangedEventArgs, right As DependencyPropertyChangedEventArgs) As Boolean
Parametri
Primo oggetto DependencyPropertyChangedEventArgs da confrontare.
Secondo oggetto DependencyPropertyChangedEventArgs da confrontare.
Restituisce
true
se le due istanze di DependencyPropertyChangedEventArgs sono equivalenti; in caso contrario, false
.
Commenti
L'implementazione usa la stessa logica di Equals.