Method AreNotEqual
AreNotEqual<T>(T[]?, T[]?)
Checks whether two arrays are equal.
public static bool AreNotEqual<T>(T[]? left, T[]? right)
Parameters
left
T[]First array to compare.
right
T[]Second array to compare.
Returns
Type Parameters
T
Type of the items.