Click or drag to resize

WritableComparableTInequality Operator

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator !=(
	WritableComparable<T> left,
	WritableComparable<T> right
)

Parameters

left
Type: Ookii.Jumbo.IOWritableComparableT
The left operand of the comparison.
right
Type: Ookii.Jumbo.IOWritableComparableT
The right operand of the comparison.

Return Value

Type: Boolean
if the objects are not equal; otherwise, .
See Also