Class ByteUtil.ByteListComparer
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 sealed class ByteListComparer : ByteUtil.ByteListComparerBase, IComparer<IList<byte>>
Properties
| Improve this Doc View SourceDefault
Declaration
public static IComparer<IList<byte>> Default { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IComparer<System.Collections.Generic.IList<System.Byte>> |
Methods
| Improve this Doc View SourceCompare(IList<Byte>, IList<Byte>)
Declaration
public override 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 |
Overrides
Implements
System.Collections.Generic.IComparer<T>