WorkflowIdentity.Equals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.