Uploaded my code so far, really stuck on a step to search the list for a particular name / city and return results
the only code im having trouble with is
if (x.Find("Sydney"))
{
}
Just not sure how i call the method or if i have to make my own search?