DispatcherProcessingDisabled.Equality 运算符

定义

确定两个 DispatcherProcessingDisabled 对象是否相等。

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

参数

left
DispatcherProcessingDisabled

要比较的第一个对象。

right
DispatcherProcessingDisabled

要比较的第二个对象。

返回

如果 DispatcherProcessingDisabled 对象相等,则为 true;否则为 false

适用于

另请参阅