←Select platform

Contains Method

Summary
Determines whether or not the specified item is contained in the collection.
Syntax
C#
VB
C++
Java
public bool Contains( 
   IMasterForm item 
) 
  
Public Function Contains( _ 
   ByVal item As IMasterForm _ 
) As Boolean 
public boolean contains( 
   java.lang.Object 
); 
public: 
bool Contains(  
   IMasterForm^ item 
)  

Parameters

item
Object to test.

Return Value

true if the item is found in the collection, false otherwise.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.