DispatcherProcessingDisabled.Equality 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 ( = ) : 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şitse; değilse, false.

Şunlara uygulanır

Ayrıca bkz.