Click or drag to resize

TaskAttemptId.Equality Operator

Determines whether two specified instances have the same value.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static bool operator ==(
	TaskAttemptId? left,
	TaskAttemptId? right
)

Parameters

left  TaskAttemptId
The first instance to compare, or null.
right  TaskAttemptId
The second instance to compare, or null.

Return Value

Boolean
true if the value of left is the same as the value of right; otherwise, false.
See Also