ArrayUtility.ArrayEquals Manual     Reference     Scripting  
Scripting > Editor Classes > ArrayUtility
ArrayUtility.ArrayEquals

static function ArrayEquals.<T> (lhs : T[], rhs : T[]) : boolean

Returns

boolean - true if both have the same number of elements and the contents are equal

Description

compares two arrays