WorkflowInstance.WorkflowInstanceControl.Equality Operátor

Definíció

Egy értéket ad vissza, amely jelzi, hogy két WorkflowInstance.WorkflowInstanceControl példány 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 ( = ) : 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 egyenlő; ellenkező esetben. false

A következőre érvényes: