WorkflowIdentity.Equals Méthode

Définition

Détermine si workflowIdentity actuel et workflowIdentity spécifiés sont identiques.

Surcharges

Nom Description
Equals(WorkflowIdentity)

Détermine si workflowIdentity actuel et workflowIdentity spécifiés sont identiques.

Equals(Object)

Détermine si l’objet spécifié est égal à l’objet actuel.

Equals(WorkflowIdentity)

Détermine si workflowIdentity actuel et workflowIdentity spécifiés sont identiques.

public:
 virtual bool Equals(System::Activities::WorkflowIdentity ^ other);
public bool Equals(System.Activities.WorkflowIdentity other);
override this.Equals : System.Activities.WorkflowIdentity -> bool
Public Function Equals (other As WorkflowIdentity) As Boolean

Paramètres

other
WorkflowIdentity

WorkflowIdentity à comparer.

Retours

true si workflowIdentity actuel et workflowIdentity spécifiés sont identiques ; sinon, false.

Implémente

S’applique à

Equals(Object)

Détermine si l’objet spécifié est égal à l’objet actuel.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Paramètres

obj
Object

Objet à comparer à l’objet actuel.

Retours

true si l’objet spécifié est égal à l’objet actuel ; Sinon. false.

S’applique à