Returns a value indicating whether the specified element is in the PriorityQueue.

Namespace: LSCollections
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual bool Contains(
	Object element
)
Visual Basic
Public Overridable Function Contains ( _
	element As Object _
) As Boolean
Visual C++
public:
virtual bool Contains(
	Object^ element
)

Parameters

element
Type: System..::..Object
The element to test.

Return Value

true if the element is in the PriorityQueue; otherwise false.

See Also