QsNullable.IsNull<a>(QsNullable<a>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationSourceName("isNull")]
public static bool IsNull<a> (Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<a> _arg1);
[<Microsoft.FSharp.Core.CompilationSourceName("isNull")>]
Microsoft.Quantum.QsCompiler.DataTypes.QsNullable.isNull : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<'a> -> bool
Public Shared Function IsNull(Of a) (_arg1 As QsNullable(Of a)) As Boolean
Type Parameters
- a
Parameters
- _arg1
- QsNullable<a>
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationSourceNameAttribute