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