DispatcherProcessingDisabled.Equality Operatör

Tanım

İki DispatcherProcessingDisabled nesnesinin 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ıracak ilk nesne.

right
DispatcherProcessingDisabled

Karşılaştıracak ikinci nesne.

Döndürülenler

true DispatcherProcessingDisabled nesneler eşitse; değilse, false.

Şunlara uygulanır

Ayrıca bkz.