FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Contains method (Guid)
Returns the index of the supplied [UniqueName].
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 guid to find.
Return value
Type: System.Boolean
The index of the element.
See also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> members