Determines whether this collection contains the given file. Generally, this method is more efficient than calling getFiles().contains(file).
getFiles().contains(file)
true if this collection contains the given file, false otherwise.
The file to check for.