Table of Contents

Method Contains

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

Contains(int)

Determines whether the priority queue contains the specified index.

public bool Contains(int index)

Parameters

index int

The index to check for presence in the queue.

Returns

bool

true if the index is in the queue; otherwise, false.