JobOutputKind.Equals Method

Definition

Overloads

Equals(JobOutputKind)

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

Equals(Object)

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

Equals(JobOutputKind)

Source:
JobOutputKind.cs

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

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

Parameters

other
JobOutputKind

The JobOutputKind 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:
JobOutputKind.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