Show / Hide Table of Contents

    Class ByteUtil.ByteListMinSizeComparer

    Inheritance
    System.Object
    ByteUtil.ByteListComparerBase
    ByteUtil.ByteListMinSizeComparer
    Implements
    System.Collections.Generic.IComparer<System.Collections.Generic.IList<System.Byte>>
    Inherited Members
    ByteUtil.ByteListComparerBase.Compare(IList<Byte>, IList<Byte>)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.Util
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class ByteListMinSizeComparer : ByteUtil.ByteListComparerBase, IComparer<IList<byte>>
    Remarks

    Warning: this comparer assumes that the tail of the longest list is not relevant for comparison

    Properties

    | Improve this Doc View Source

    Default

    Declaration
    public static IComparer<IList<byte>> Default { get; }
    Property Value
    Type Description
    System.Collections.Generic.IComparer<System.Collections.Generic.IList<System.Byte>>

    Implements

    System.Collections.Generic.IComparer<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network