Determines whether the specified IAnnBatesElement is in the collection.
AnnBatesElementCollection.prototype.contains = function(
item
)
contains(
item: IAnnBatesElement
): boolean;
batesElement
The IAnnBatesElement to locate in the collection.
true if the IAnnBatesElement is found; otherwise, it is false.