HwndSourceParameters.Equality Operator

Definitie

Bepaalt of een HwndSourceParameters structuur gelijk is aan een andere HwndSourceParameters structuur.

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

Parameters

a
HwndSourceParameters

De eerste HwndSourceParameters structuur die moet worden vergeleken.

b
HwndSourceParameters

De tweede HwndSourceParameters structuur die moet worden vergeleken.

Retouren

true indien de structuren gelijk zijn; anders, false.

Opmerkingen

Deze implementatie roept de Equals methode aan.

Van toepassing op