AnimancerUtilities.

ContentsAreEqual<T>(IList<T>, IList<T>) Method

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<T>
b IList<T>

Return Value

Type Description
bool