 | TaskAttemptIdEquality Operator |
Determines whether two specified instances have the same value.
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static bool operator ==(
TaskAttemptId? left,
TaskAttemptId? right
)
Public Shared Operator = (
left As TaskAttemptId,
right As TaskAttemptId
) As Boolean
public:
static bool operator ==(
TaskAttemptId^ left,
TaskAttemptId^ right
)
static let inline (=)
left : TaskAttemptId *
right : TaskAttemptId : bool
Parameters
- left TaskAttemptId
- The first instance to compare, or .
- right TaskAttemptId
- The second instance to compare, or .
Return Value
Boolean if the value of
left is the same as the value of
right; otherwise,
.
See Also