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

Leadtools Assembly