NullableOperators.( ?<>?)<'T> 函数 (F#)
<> 运算符可以为 null 值显示在两个左右侧的位置。
Namespace/Module Path:Microsoft.FSharp.Linq.NullableOperators
程序集:FSharp.Core(在 FSharp.Core.dll 中)
// Signature:
( ?<>? ) : Nullable<'T> -> Nullable<'T> -> bool when 'T : equality and 'T : (new : unit -> 'T) and 'T : struct and 'T :> ValueType
// Usage:
nullableValue1 ?<>? nullableValue2
参数
nullableValue1
类型:Nullable<T><'T>第一个输入值,可以为 null 的值。
nullableValue2
类型:Nullable<T><'T>第二个输入值,可以为 null 的值。
返回值
True,如果两个输入值不数字上相等。
备注
如果值之一为空,则结果是 false。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:4.0,可移植