Table of Contents

Class ArrayUtils

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains static methods related to arrays.

public static class ArrayUtils
Inheritance
ArrayUtils

Methods

AreEqual(byte[], byte[], int, int)

Checks whether portions of two byte arrays are equal.

AreEqual(ReadOnlySpan<byte>, ReadOnlySpan<byte>)

Checks whether two byte arrays are equal.

AreNotEqual<T>(T[]?, T[]?)

Checks whether two arrays are equal.

FillWithIndex(ref byte[])

Fills each element of the byte array with it's index.

Fill<T>(ref T[], T)

Fills specified array with the given value.