Mindscape LightSpeed - User Reference & API Documentation
Contains Method (item)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)Contains(TTarget)
Determines whether the ICollection<(Of <(T>)>) contains a specific value.
Declaration Syntax
C#Visual Basic
public bool Contains(
	TTarget item
)
Public Function Contains ( _
	item As TTarget _
) As Boolean
Parameters
item (TTarget)
The object to locate in the ICollection<(Of <(T>)>).
Return Value
true if item is found in the ICollection<(Of <(T>)>); otherwise, false.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)