Click or drag to resize

EnumerableExtensionsAreStructurallyEqual Method

Overload List
 NameDescription
Public methodStatic memberAreStructurallyEqualT(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.
Public methodStatic memberAreStructurallyEqualT(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.
Top
See Also