QsQualifiedName Class

Definition

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

Constructors

QsQualifiedName(String, String)

Properties

Name
Namespace

Methods

CompareTo(Object)
CompareTo(Object, IComparer)
CompareTo(QsQualifiedName)
Equals(Object)
Equals(Object, IEqualityComparer)
Equals(QsQualifiedName)
GetHashCode()
GetHashCode(IEqualityComparer)
ToString()

Extension Methods

ToFullName(QsQualifiedName)

Applies to