Show / Hide Table of Contents

    Class ByteUtil.ByteListComparerBase

    Inheritance
    System.Object
    ByteUtil.ByteListComparerBase
    ByteUtil.ByteListComparer
    ByteUtil.ByteListMinSizeComparer
    Implements
    System.Collections.Generic.IComparer<System.Collections.Generic.IList<System.Byte>>
    Inherited Members
    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 class ByteListComparerBase : IComparer<IList<byte>>

    Constructors

    | Improve this Doc View Source

    ByteListComparerBase()

    Declaration
    protected ByteListComparerBase()

    Methods

    | Improve this Doc View Source

    Compare(IList<Byte>, IList<Byte>)

    Declaration
    public virtual int Compare(IList<byte> x, IList<byte> y)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Byte> x
    System.Collections.Generic.IList<System.Byte> y
    Returns
    Type Description
    System.Int32

    Implements

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