[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Bestimmt, ob TokenSet einen bestimmtes PortId-Token-Paar enthält.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public bool Contains(
	KeyValuePair<string, Token> item
)
Visual Basic
Public Function Contains ( _
	item As KeyValuePair(Of String, Token) _
) As Boolean
F#
abstract Contains : 
        item:KeyValuePair<string, Token> -> bool 
override Contains : 
        item:KeyValuePair<string, Token> -> bool 

Parameters

item
Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'String, Token>)>)>
Das im TokenSet zu suchende PortId-Token-Paar.

Return Value

true, wenn sich item in TokenSet befindet, andernfalls false.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also