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

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