TaskOutputKind.Equals Method

Definition

Overloads

Equals(TaskOutputKind)

Determinates whether this instance and another specified TaskOutputKind have the same value.

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(TaskOutputKind)

Source:
TaskOutputKind.cs

Determinates whether this instance and another specified TaskOutputKind have the same value.

public bool Equals (Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind other);
override this.Equals : Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind -> bool
Public Function Equals (other As TaskOutputKind) As Boolean

Parameters

other
TaskOutputKind

The TaskOutputKind to compare to this instance.

Returns

true if the value of the other parameter is the same as the value of this instance; otherwise, false.

Implements

Applies to

Equals(Object)

Source:
TaskOutputKind.cs

Determines whether the specified object is equal to the current object.

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.

Applies to