Contains Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicMustOverrideFunctionContains ( _
    storeAsGraphStore, _
    storeKeyAsObject, _
    itemAsKeyValuePair(OfLabel, Node) _
) AsBoolean
'Usage
DiminstanceAsGraphStoreDictionaryAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimitemAsKeyValuePair(OfLabel, Node)
DimreturnValueAsBooleanreturnValue = instance.Contains(store, _
    storeKey, item)
publicabstractboolContains(
    GraphStorestore,
    ObjectstoreKey,
    KeyValuePair<Label, Node> item
)
public:
virtualboolContains(
    GraphStore^ store, 
    Object^ storeKey, 
    KeyValuePair<Label^, Node> item
) abstract
publicabstractfunctionContains(
    store : GraphStore, 
    storeKey : Object, 
    item : KeyValuePair<Label, Node>
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

GraphStoreDictionaryAdapter Class

GraphStoreDictionaryAdapter Members

System.Dataflow Namespace