Click or drag to resize

TaskAttemptIdEquals Method (TaskAttemptId)

Compares this TaskId with another TaskId.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool Equals(
	TaskAttemptId other
)

Parameters

other
Type: Ookii.Jumbo.JetTaskAttemptId
The TaskId to compare to.

Return Value

Type: Boolean
if this TaskId is equal to other; otherwise, .

Implements

IEquatableTEquals(T)
See Also