Class ByteUtil
Inheritance
System.Object
ByteUtil
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public static class ByteUtil : Object
Methods
ByteArrayCompare(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
Declaration
public static bool ByteArrayCompare(ReadOnlySpan<byte> a1, ReadOnlySpan<byte> a2)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ReadOnlySpan<System.Byte> | a1 | |
| System.ReadOnlySpan<System.Byte> | a2 |
Returns
| Type | Description |
|---|---|
| System.Boolean |