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 specificati DependencyPropertyChangedEventArgs 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 DependencyPropertyChangedEventArgs oggetto da confrontare.
DependencyPropertyChangedEventArgs Secondo da confrontare.
Valori restituiti
true se le due DependencyPropertyChangedEventArgs istanze sono equivalenti; in caso contrario, false.
Commenti
L'implementazione usa la stessa logica di Equals.