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

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

반품

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

적용 대상

추가 정보