←Select platform

Contains Method

Summary
Determines whether or not the specified item is contained in the collection.

Syntax
C#
C++/CLI
Java
Python
public bool Contains( 
   IMasterForm item 
) 
public boolean contains( 
   java.lang.Object item 
); 
public: 
bool Contains(  
   IMasterForm^ item 
)  
def Contains(self,item): 

Parameters

item
Object to test.

Return Value

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

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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