←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly