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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET