If obj is in array, remove its first occurence and return true. Otherwise do nothing and return false.
See Implementation
If obj is in array, remove its first occurence and return true. Otherwise do nothing and return false.