IDeque<TValue>.empty Method

Definition

Tests whether the container holds no elements.

public:
 bool empty();
public bool empty ();
abstract member empty : unit -> bool
Public Function empty () As Boolean

Returns

true if the container is empty; otherwise, false.

Remarks

For more information, see deque::empty (STL/CLR).

Applies to