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

비교할 두 번째 개체입니다.

반환

Boolean

DispatcherProcessingDisabled 개체가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보