Search Results for

    Show / Hide Table of Contents

    Struct QuantumForge.Predicate

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: QRG.QuantumForge.Core
    Assembly: .dll
    Syntax
    public struct QuantumForge.Predicate

    Constructors

    | Improve this Doc View Source

    Predicate(NativeQuantumProperty, int, bool)

    Declaration
    public Predicate(QuantumForge.NativeQuantumProperty property, int value, bool isEqual)
    Parameters
    Type Name Description
    QuantumForge.NativeQuantumProperty property
    int value
    bool isEqual

    Fields

    | Improve this Doc View Source

    IsEqual

    Declaration
    public bool IsEqual
    Field Value
    Type Description
    bool
    | Improve this Doc View Source

    Property

    Declaration
    public QuantumForge.NativeQuantumProperty Property
    Field Value
    Type Description
    QuantumForge.NativeQuantumProperty
    | Improve this Doc View Source

    Value

    Declaration
    public int Value
    Field Value
    Type Description
    int
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX