Class 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 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 SourceDefault
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>