WorkflowInstance.WorkflowInstanceControl.Equality Operatör

Tanım

İki WorkflowInstance.WorkflowInstanceControl örneğin eşit olup olmadığını gösteren bir değer döndürür.

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

Parametreler

Döndürülenler

true iki WorkflowInstance.WorkflowInstanceControl örnek eşitse; eşit değilse, false.

Şunlara uygulanır