Returns a value indicating whether the specified element is in the
PriorityQueue.
Namespace: LSCollectionsAssembly: 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.