 | TaskAttemptId.Equals Method (TaskAttemptId) |
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic bool Equals(
TaskAttemptId other
)
Public Function Equals (
other As TaskAttemptId
) As Boolean
public:
virtual bool Equals(
TaskAttemptId^ other
) sealed
abstract Equals :
other : TaskAttemptId -> bool
override Equals :
other : TaskAttemptId -> bool
Parameters
- other
- Type: Ookii.Jumbo.Jet.TaskAttemptId
The TaskId to compare to.
Return Value
Type:
Booleantrue if this
TaskId is equal to
other; otherwise,
false.
Implements
IEquatable<T>.Equals(T)
See Also