There was an error while loading. Please reload this page.
Unequality operator.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool operator !=( ValueOption<T> left, ValueOption<T> right )
VB
Public Shared Operator <> ( left As ValueOption(Of T), right As ValueOption(Of T) ) As Boolean
F#
static let inline (<>) left : ValueOption<'T> * right : ValueOption<'T> : bool
Type: BooleanTrue, if left not equals right.
True
ValueOption(T) StructureCodeJam Namespace