TaskName.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.
Overloads
Equals(TaskName) |
Gets a value indicating whether to TaskName objects are equal using value semantics. |
Equals(Object) |
Gets a value indicating whether to TaskName objects are equal using value semantics. |
Equals(TaskName)
Gets a value indicating whether to TaskName objects are equal using value semantics.
public bool Equals (Microsoft.DurableTask.TaskName other);
override this.Equals : Microsoft.DurableTask.TaskName -> bool
Public Function Equals (other As TaskName) As Boolean
Parameters
- other
- TaskName
The other object to compare to.
Returns
true
if the two objects are equal using value semantics; otherwise false
.
Implements
Applies to
Equals(Object)
Gets a value indicating whether to TaskName objects are equal using value semantics.
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The other object to compare to.
Returns
true
if the two objects are equal using value semantics; otherwise false
.