◆
IsArrayIdentical< T >()
[2/2]
static bool IsArrayIdentical< T >
(
this T[]
thisArray
,
T[]
otherArray
)
static
Template Parameters
T
Type of each element in the array
Parameters
thisArray
one the array to be compared against
otherArray
the other array to compare against
Returns
true if both array contain the "same" elements. ("same" as defined by the Equals function)
EyE
Sys
Collections
CollectionExtensions