Aracılığıyla paylaş


HwndSourceParameters.Inequality Operatör

Tanım

Bir yapının başka HwndSourceParameters bir HwndSourceParameters yapıya eşit olup olmadığını belirler.

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 op_Inequality : System.Windows.Interop.HwndSourceParameters * System.Windows.Interop.HwndSourceParameters -> bool
Public Shared Operator != (a As HwndSourceParameters, b As HwndSourceParameters) As Boolean

Parametreler

a
HwndSourceParameters

Karşılaştıracak ilk HwndSourceParameters yapı.

b
HwndSourceParameters

Karşılaştıracak ikinci HwndSourceParameters yapı.

Döndürülenler

Boolean

true yapılar eşit değilse; aksi takdirde , false.

Açıklamalar

Bu uygulama yöntemini çağırır Equals ve sonucu ters çevirir.

Şunlara uygulanır