NGUtil AreEqual Method (IList, IList)ScoreFlash API Documentation V4.6.0
Compares two lists and returns true, if all items are equal.

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public static bool AreEqual(
	IList a,
	IList b
)

Return Value

true, if all items of a and b are equal
See Also