Verifies that expected and actual
are equal collections. Element count and element wize equality is verified.
Namespace:
MbUnit.FrameworkAssembly: MbUnit.Compatibility (in MbUnit.Compatibility.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public static void AreElementsEqual( IEnumerable expected, IEnumerable actual ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub AreElementsEqual ( _ expected As IEnumerable, _ actual As IEnumerable _ ) |
Parameters
- expected
- Type: System.Collections..::.IEnumerable
Expected value.
- actual
- Type: System.Collections..::.IEnumerable
Instance containing the tested value.
