Determines whether an item is in the LeadCollection.
LeadCollection.prototype.contains = function(item)
contains(item: any): boolean;
item
The object to locate in the LeadCollection. The value can be null.
true if item is found in the LeadCollection; otherwise, false.
This method determines equality using the default equality comparer of the type of values in the list.
Products |
Support |
Feedback: contains Method (LeadCollection) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|