Nyelv

WorkflowInstance.WorkflowInstanceControl.Inequality Operátor

Definíció

Olyan értéket ad vissza, amely jelzi, hogy két WorkflowInstance.WorkflowInstanceControl példány nem egyenlő-e.

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

Paraméterek

Válaszok

trueha a két WorkflowInstance.WorkflowInstanceControl példány nem egyenlő; ellenkező esetben. false

A következőre érvényes: