INode<TValue>.is_head Method

Definition

Determines whether the current node is the first node of the container.

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

Returns

true if the current node is the first node in the container; otherwise, false.

Applies to