DispatcherProcessingDisabled.Inequality Operatör

Tanım

İki DispatcherProcessingDisabled nesnenin eşit olup olmadığını belirler.

public:
 static bool operator !=(System::Windows::Threading::DispatcherProcessingDisabled left, System::Windows::Threading::DispatcherProcessingDisabled right);
public static bool operator != (System.Windows.Threading.DispatcherProcessingDisabled left, System.Windows.Threading.DispatcherProcessingDisabled right);
static member op_Inequality : System.Windows.Threading.DispatcherProcessingDisabled * System.Windows.Threading.DispatcherProcessingDisabled -> bool
Public Shared Operator != (left As DispatcherProcessingDisabled, right As DispatcherProcessingDisabled) As Boolean

Parametreler

left
DispatcherProcessingDisabled

Karşılaştırma yapılacak ilk nesne.

right
DispatcherProcessingDisabled

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

Boolean

trueDispatcherProcessingDisabled nesneler eşit değilse; eşit değilse, false.

Şunlara uygulanır

Ayrıca bkz.