RemoveFirst

Removes the first element of the linked list.

bool RemoveFirst();

Return Value

Returns true on successful, or false otherwise.