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 le WorkflowIdentity actuel et le WorkflowIdentity spécifié sont identiques.
Surcharges
Equals(WorkflowIdentity) |
Détermine si le WorkflowIdentity actuel et le WorkflowIdentity spécifié sont identiques. |
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. |
Equals(WorkflowIdentity)
Détermine si le WorkflowIdentity actuel et le WorkflowIdentity spécifié 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 le WorkflowIdentity actuel et le WorkflowIdentity spécifié sont identiques, 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 actif ; sinon, false. false
.