contains Method

Summary

Determines whether an item is in the LeadCollection.

Syntax
TypeScript
JavaScript
LeadCollection.prototype.contains = function( 
   item 
) 
contains( 
   item: any 
): boolean; 

Parameters

item

The object to locate in the LeadCollection. The value can be null.

Return Value

true if item is found in the LeadCollection; otherwise, false.

Remarks

This method determines equality using the default equality comparer of the type of values in the list.

Requirements

Target Platforms

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

Leadtools Assembly

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