Method | Description | |
---|---|---|
IsEqualTo ( IEnumerable listA, IEnumerable listB ) : bool |
Checks whether a collection is the same as another collection.
|
public static IsEqualTo ( IEnumerable listA, IEnumerable listB ) : bool | ||
listA | IEnumerable | The list A. |
listB | IEnumerable | The list B. |
return | bool |