FindIndex(PredicateVTimeZone) | Search for the first item that matches the conditions defined by the specified predicate and return its zero-based index. |
FindIndex(Int32, PredicateVTimeZone) | Search for the first item that matches the conditions defined by the specified predicate between the starting index and the end of the collection and return its zero-based index. |
FindIndex(Int32, Int32, PredicateVTimeZone) | Search for the first item that matches the conditions defined by the specified predicate between the starting index and the given number of items and return its zero-based index. |