TupleNodeCollection.Contains Method
Determines whether the specified object exists in this collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Contains ( _
value As TupleNode _
) As Boolean
'Usage
Dim instance As TupleNodeCollection
Dim value As TupleNode
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
TupleNode value
)
Parameters
value
Type: Microsoft.PerformancePoint.Scorecards.TupleNodeThe specified object.
Return Value
Type: System.Boolean
true if collection contains the specified object; otherwise false.