你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TaskOutputKind.Equals Method

Definition

Overloads

Name Description
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