Keywords.QsOperator Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)]
[System.Serializable]
public sealed class Keywords.QsOperator : IComparable, IComparable<Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator>, IEquatable<Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)>]
[<System.Serializable>]
type Keywords.QsOperator = {}
Public NotInheritable Class Keywords.QsOperator
Implements IComparable, IComparable(Of Keywords.QsOperator), IEquatable(Of Keywords.QsOperator), IStructuralComparable, IStructuralEquatable
Inheritance
Keywords.QsOperator
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Implements

Constructors

Keywords.QsOperator(String, String, Int32, Boolean)

Properties

cont
isLeftAssociative
op
prec

Methods

CompareTo(Keywords+QsOperator)
CompareTo(Object)
CompareTo(Object, IComparer)
Equals(Keywords+QsOperator)
Equals(Object)
Equals(Object, IEqualityComparer)
GetHashCode()
GetHashCode(IEqualityComparer)
New(String, Int32, Boolean)
New(String, String, Int32, Boolean)
ToString()

Applies to