WorkflowIdentity.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the current WorkflowIdentity and the specified WorkflowIdentity are the same.
Overloads
Equals(WorkflowIdentity) |
Determines whether the current WorkflowIdentity and the specified WorkflowIdentity are the same. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(WorkflowIdentity)
Determines whether the current WorkflowIdentity and the specified WorkflowIdentity are the same.
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
Parameters
- other
- WorkflowIdentity
The WorkflowIdentity to compare.
Returns
true
if the current WorkflowIdentity and the specified WorkflowIdentity are the same; otherwise, false
.
Implements
Applies to
Equals(Object)
Determines whether the specified object is equal to the current object.
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
Parameters
- obj
- Object
The object to compare with the current object.
Returns
true
if the specified object is equal to the current object; otherwise. false
.