Summary
Are both lists the same size with the same items in the same order?
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Containing Type
- FMUtilities
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 |