op_QmarkLess<T>(T?, T) Method
// .NET Standard 1.6 + Platform Extensions
// FSharp.Core, Version=4.4.1.0, PublicKeyToken=b03f5f7f11d50a3a
namespace Microsoft.FSharp.Linq
{
public static class NullableOperators
{
public static bool op_QmarkLess<T>(Nullable<T> x, T y) where T : struct;
}
}
Usage
- ID
- M:Microsoft.FSharp.Linq.NullableOperators.op_QmarkLess``1(System.Nullable{``0},``0)
Declarations
Platform |
Version |
Assembly |
.NET Standard + Platform Extensions |
1.6 |
FSharp.Core, Version=4.4.1.0, PublicKeyToken=b03f5f7f11d50a3a
|