LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Contains Method
See Also 
Leadtools.Multimedia Namespace > Processors Class : Contains Method



item
The object to locate in the collection.
item
The object to locate in the collection.
Determines whether a collection contains a specified Processor item.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal item As Processor _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Processors
Dim item As Processor
Dim value As Boolean
 
value = instance.Contains(item)
C# 
public bool Contains( 
   Processor item
)
C++/CLI 
public:
bool Contains( 
   Processor^ item
) 

Parameters

item
The object to locate in the collection.

Return Value

true if the item was found in the collection; false, otherwise.

Remarks

Determines whether the collection contains the specified Processor item.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also