[]
Compares 2 lists for their content equality.
public static bool IsEquals(BaseList<T> list1, BaseList<T> list2)
Type | Name | Description |
---|---|---|
BaseList<T> | list1 | The BaseList<T> to compare. |
BaseList<T> | list2 | The BaseList<T> to compare. |
Type | Description |
---|---|
bool | Returns true if both lists contain the same items. |