WorkflowInstance.WorkflowInstanceControl.Inequality 연산자

정의

WorkflowInstance.WorkflowInstanceControl 인스턴스가 다른지 여부를 나타내는 값을 반환합니다.

public:
 static bool operator !=(System::Activities::Hosting::WorkflowInstance::WorkflowInstanceControl left, System::Activities::Hosting::WorkflowInstance::WorkflowInstanceControl right);
public static bool operator != (System.Activities.Hosting.WorkflowInstance.WorkflowInstanceControl left, System.Activities.Hosting.WorkflowInstance.WorkflowInstanceControl right);
static member op_Inequality : System.Activities.Hosting.WorkflowInstance.WorkflowInstanceControl * System.Activities.Hosting.WorkflowInstance.WorkflowInstanceControl -> bool
Public Shared Operator != (left As WorkflowInstance.WorkflowInstanceControl, right As WorkflowInstance.WorkflowInstanceControl) As Boolean

매개 변수

반환

Boolean

WorkflowInstance.WorkflowInstanceControl이 다르면 true이고, 그렇지 않으면 false입니다.

적용 대상