DzArrayHelper vs PushIfNotExists?

I was wondering what difference there is when adding an object to an array using either Array.PushIfNotExists() or using DzArrayHelper.addToArray()?  Both methods check if the object added is already in the array don't they? 

Sign In or Register to comment.