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