Class ByteUtil.ByteListComparerBase
Inheritance
System.Object
ByteUtil.ByteListComparerBase
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 SourceByteListComparerBase()
Declaration
protected ByteListComparerBase()
Methods
| Improve this Doc View SourceCompare(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>