Class EnumerableExtension
Inherited Members
Namespace: Tests.Runtime.Tools
Syntax
public static class EnumerableExtension
Methods
IsEquivalent<T>(IEnumerable<T>, IEnumerable<T>)
Compares two IEnumerable objects for equality, ignoring order
Declaration
public static bool IsEquivalent<T>(this IEnumerable<T> enumerable, IEnumerable<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | enumerable | |
| IEnumerable<T> | other |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| T |