| AreStructurallyEqualT(IEnumerableT, IEnumerableT) |
Determines whether two enumerations are structural equivalent. They are structurally equivalent if i) both enumerations are null, ii) both enumerations are empty,
or c) both enumerations have the same number of elements and contain the same elements in the same order.
Please not that if one enumeration is null and the other is empty, they are not considered equivalent.
|
| AreStructurallyEqualT(IEnumerableT, IEnumerableT, IEqualityComparerT) |
Determines whether two enumerations are structural equivalent. They are structural equivalent if i) both enumerations are null, ii) both enumerations are empty,
or c) both enumerations have the same number of elements and contain the same elements in the same order.
Please not that if one enumeration is null and the other is empty, they are not considered equivalent.
|