Removes the first occurrence of a specific object from the
List.
Parameters
- item
- The object to remove from the List. The value can be null for reference types.
Return Value
true if is successfully removed; otherwise, false. This method also returns false if was not found in the
List.