Funzione NullableOperators.( ?= )<'T> (F#)
L'operatore = in cui un valore NULL visualizzato a sinistra.
Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( ?= ) : Nullable<'T> -> 'T -> bool when 'T : equality and 'T : (new : unit -> 'T) and 'T : struct and 'T :> ValueType
// Usage:
nullableValue ?= value
Parametri
nullableValue
Tipo: Nullable<T>Il primo valore di input, come valore NULL.
value
Tipo: 'TIl secondo valore di input.
Valore restituito
true se il primo valore di input è numericamente uguale al secondo valore di input.
Note
Se il primo valore è null, il risultato è false.
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 4,0, portabile