Search Results for

    Show / Hide Table of Contents

    Class BasisValue

    Represents a value in a quantum basis.

    Inheritance
    object
    BasisValue
    Implements
    IEquatable<BasisValue>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: QRG.QuantumForge.Runtime
    Assembly: .dll
    Syntax
    [Serializable]
    public class BasisValue : IEquatable<BasisValue>

    Fields

    | Improve this Doc View Source

    Name

    The name of the basis value.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    Equals(BasisValue)

    Determines whether the specified BasisValue is equal to the current instance.

    Declaration
    public bool Equals(BasisValue other)
    Parameters
    Type Name Description
    BasisValue other

    The other BasisValue to compare.

    Returns
    Type Description
    bool

    true if the specified BasisValue is equal to the current instance; otherwise, false.

    | Improve this Doc View Source

    Equals(object)

    Determines whether the specified object is equal to the current instance.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current instance; otherwise, false.

    Overrides
    object.Equals(object)
    | Improve this Doc View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    Implements

    IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX