Heureka API .NET Documentation
Contains(Object) Method



Object to look for
determines whether the collection contains a specific object.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As TreatmentUnitInfoCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   object value
)
public:
bool Contains( 
   Object^ value
) 

Parameters

value
Object to look for

Return Value

True if object exists in the collection, false otherwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreatmentUnitInfoCollection Class
TreatmentUnitInfoCollection Members
Overload List

Send Feedback