HwndSourceParameters.Equality Operator

Definicja

Określa, czy HwndSourceParameters struktura jest równa innej HwndSourceParameters strukturze.

public:
 static bool operator ==(System::Windows::Interop::HwndSourceParameters a, System::Windows::Interop::HwndSourceParameters b);
public static bool operator == (System.Windows.Interop.HwndSourceParameters a, System.Windows.Interop.HwndSourceParameters b);
static member ( = ) : System.Windows.Interop.HwndSourceParameters * System.Windows.Interop.HwndSourceParameters -> bool
Public Shared Operator == (a As HwndSourceParameters, b As HwndSourceParameters) As Boolean

Parametry

a
HwndSourceParameters

Pierwsza HwndSourceParameters struktura do porównania.

b
HwndSourceParameters

Druga HwndSourceParameters struktura do porównania.

Zwraca

Boolean

true jeżeli struktury są równe; w przeciwnym razie , false.

Uwagi

Ta implementacja wywołuje metodę Equals .

Dotyczy