Compartilhar via


TaskName.Equals Method

Definition

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.

Applies to