FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Contains Method (Guid)
Determines whether this collection contains the object with the specified GUID.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Contains ( _
guid As Guid _
) As Boolean
'Usage
Dim instance As FirstClassElementCollectionBase
Dim guid As Guid
Dim returnValue As Boolean
returnValue = instance.Contains(guid)
public bool Contains(
Guid guid
)
Parameters
guid
Type: System.GuidThe specified GUID.
Return Value
Type: System.Boolean
true if the collection contains the specified object; otherwise, false
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members