DispatcherProcessingDisabled.Inequality 연산자

정의

두 개의 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 op_Inequality : 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입니다.

적용 대상

추가 정보