Summary
Are both lists the same size with the same items in the same order?
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static bool ContentsAreEqual<T>(IList<T> a, IList<T> b)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
a | IList |
|
b | IList |
Return Value
Type | Description |
---|---|
bool |