CObList::IsEmpty

Syntax

BOOL IsEmpty() const;

Remarks

Indicates if this list contains no elements.

Return Value

TRUE if this list is empty; FALSE otherwise.

Example

See the example for RemoveAll.

See Also

CObList::GetCount