Method IsStructurallyEqualTo
IsStructurallyEqualTo<T>(IEnumerable<T>, IEnumerable<T>)
Declaration
public static bool IsStructurallyEqualTo<T>(this IEnumerable<T> first, IEnumerable<T> second)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | first | |
| IEnumerable<T> | second |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| T |