Click or drag to resize

TaskId.Inequality 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 !=(
	TaskId left,
	TaskId right
)

Parameters

left
Type: Ookii.Jumbo.Jet.TaskId
The first instance to compare, or null.
right
Type: Ookii.Jumbo.Jet.TaskId
The second instance to compare, or null.

Return Value

Type: Boolean
true if the value of left is different from the value of right; otherwise, false.
See Also