Search Results for

    Show / Hide Table of Contents

    Class DeletableComparer<TValue>

    Inheritance
    object
    DeletableComparer<TValue>
    Implements
    IRefComparer<Deletable<TValue>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Comparers
    Assembly: ZoneTree.dll
    Syntax
    public sealed class DeletableComparer<TValue> : IRefComparer<Deletable<TValue>>
    Type Parameters
    Name Description
    TValue

    Constructors

    | Improve this Doc View Source

    DeletableComparer(IRefComparer<TValue>)

    Declaration
    public DeletableComparer(IRefComparer<TValue> comparer)
    Parameters
    Type Name Description
    IRefComparer<TValue> comparer

    Properties

    | Improve this Doc View Source

    Comparer

    Declaration
    public IRefComparer<TValue> Comparer { get; }
    Property Value
    Type Description
    IRefComparer<TValue>

    Methods

    | Improve this Doc View Source

    Compare(in Deletable<TValue>, in Deletable<TValue>)

    Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

    Declaration
    public int Compare(in Deletable<TValue> x, in Deletable<TValue> y)
    Parameters
    Type Name Description
    Deletable<TValue> x

    The first key

    Deletable<TValue> y

    The second key

    Returns
    Type Description
    int

    -1 (x < y), 0 (x == y) or 1 (x > y)

    Implements

    IRefComparer<TKey>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io