QsValueUpdate Class

Definition

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

Constructors

QsValueUpdate(TypedExpression, TypedExpression)

Properties

Lhs
Rhs

Methods

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

Applies to