FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Exists Method

Determines whether the collection contains elements that match the conditions defined by the specified predicate.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function Exists ( _
    match As Predicate(Of ElementType) _
) As Boolean
'Usage
Dim instance As FirstClassElementCollectionBase
Dim match As Predicate(Of ElementType)
Dim returnValue As Boolean

returnValue = instance.Exists(match)
public bool Exists(
    Predicate<ElementType> match
)

Parameters

Return Value

Type: System.Boolean
true if the collection contains one or more elements that match the conditions defined by the specified predicate; otherwise false.

See Also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members

Microsoft.PerformancePoint.Scorecards Namespace