Overload List

  NameDescription
IndexOf(String)
If the item with that string ID exists in the collection, returns the index. Otherwise returns -1.
(Inherited from IMetaCollection<(Of <(T>)>).)
IndexOf(T)
(IndexOfItem in COM) If the item exists in the collection, returns the index. Otherwise returns -1.
(Inherited from IMetaCollection<(Of <(T>)>).)

See Also