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