contains Method

Summary

Determines whether an item is in the LeadCollection.

Syntax

JavaScript Syntax
LeadCollection.prototype.contains = function( 
   item 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly