ElementCollectionBase<ElementCollectionType, ElementType>.Exists Method
Determines whether the collection contains objects 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 ElementCollectionBase
Dim match As Predicate(Of ElementType)
Dim returnValue As Boolean
returnValue = instance.Exists(match)
public bool Exists(
Predicate<ElementType> match
)
Parameters
match
Type: System.Predicate<ElementType>The predicate that defines the conditions to search for.
Return Value
Type: System.Boolean
true if the collection contains objects that match the conditions defined by the specified predicate; otherwise false.
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members