◆
AreArraysIdentical< T >()
[1/2]
static bool AreArraysIdentical< T >
(
T[]
firstArray
,
T[]
otherArray
,
System.Comparison< T >
compareFunction
)
static
Template Parameters
T
Type of each element in the array
Parameters
firstArray
one the array to be compared against
otherArray
the other array to compare against
compareFunction
function that specifies how to compare each element.
Returns
true if both array contain the "same" elements. ("same" as defined by the compare function)
EyE
Sys
Collections
CollectionExtensions