| TaskAttemptIdInequality Operator |
Determines whether two specified instances have different values.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public 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
- Type: Ookii.Jumbo.JetTaskAttemptId
The first instance to compare, or . - right
- Type: Ookii.Jumbo.JetTaskAttemptId
The second instance to compare, or .
Return Value
Type:
Boolean if the value of
left is different from the value of
right; otherwise,
.
See Also