Contains Method

Summary

Determines whether a collection contains a specified Processor item.

Syntax
C#
VB
C++
public bool Contains( 
   Processor item 
) 
Public Function Contains( _ 
   ByVal item As Processor _ 
) As Boolean 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly