Description
Returns a Boolean value indicating if the enumerator is at the end of the collection.
Syntax
Enum.atEnd()
Returns
Returns true if the current item is the last one in the collection. Otherwise, it returns false.