◆ AreArraysIdentical< T >() [1/2]

static bool AreArraysIdentical< T > ( T[]  firstArray,
T[]  otherArray,
System.Comparison< T >  compareFunction 
)
static
Template Parameters
TType of each element in the array
Parameters
firstArrayone the array to be compared against
otherArraythe other array to compare against
compareFunctionfunction that specifies how to compare each element.
Returns
true if both array contain the "same" elements. ("same" as defined by the compare function)