Search Results for

    Show / Hide Table of Contents

    Struct QueryHeapDescription

    Contains properties that describe the characteristics of a new queryheap object.

    Implements
    IEquatable<QueryHeapDescription>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public struct QueryHeapDescription : IEquatable<QueryHeapDescription>

    Fields

    QueryCount

    Specifies the queryheap capacity.

    Declaration
    public uint QueryCount
    Field Value
    Type Description
    uint

    Type

    Specifies the queryheap type, QueryType structure.

    Declaration
    public QueryType Type
    Field Value
    Type Description
    QueryType

    Methods

    Equals(QueryHeapDescription)

    Determines whether the specified parameter is equal to this instance.

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

    Other used to compare.

    Returns
    Type Description
    bool

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

    Equals(object)

    Determines whether the specified object is equal to this instance.

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

    The object to compare with this instance.

    Returns
    Type Description
    bool

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

    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(QueryHeapDescription, QueryHeapDescription)

    Implements the operator ==.

    Declaration
    public static bool operator ==(QueryHeapDescription value1, QueryHeapDescription value2)
    Parameters
    Type Name Description
    QueryHeapDescription value1

    The value1.

    QueryHeapDescription value2

    The value2.

    Returns
    Type Description
    bool

    The result of the operator.

    operator !=(QueryHeapDescription, QueryHeapDescription)

    Implements the operator ==.

    Declaration
    public static bool operator !=(QueryHeapDescription value1, QueryHeapDescription value2)
    Parameters
    Type Name Description
    QueryHeapDescription value1

    The value1.

    QueryHeapDescription value2

    The value2.

    Returns
    Type Description
    bool

    The result of the operator.

    Implements

    IEquatable<T>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX