public int IndexOf( Page item )
'Declaration Public Function IndexOf( _ ByVal item As Page _ ) As Integer
-1
PageCollection collection = new PageCollection(); Page page = new Page(); int index = collection.IndexOf(page);
PageCollection Class PageCollection Members