how can i evaluate whether my test array is equal to my static constant DEFAULT_ARRAY? shouldn\'t my output be returning true?
public class myClass extends
Dude, use the mx.utils.ObjectUtil... the creators of actionscript have already thought about this.
ObjectUtil.compare(this.instructions, other.instructions) == 0;