Gets the index of an object in this collection.
AnnBatesStampCollection.prototype.indexOf = function(
item
)
indexOf(
item: AnnBatesStamp
): number;
annBatesStamp
The object to query.
The 0-based index of annBatesStamp if it exists in the collection; otherwise, -1.