QsNullable.Contains<a>(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.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("contains")]
public static bool Contains<a> (a value, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<a> _arg1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("contains")>]
Microsoft.Quantum.QsCompiler.DataTypes.QsNullable.contains : 'a -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<'a> -> bool
Public Shared Function Contains(Of a) (value As a, _arg1 As QsNullable(Of a)) As Boolean
Type Parameters
- a
Parameters
- value
- a
- _arg1
- QsNullable<a>
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute