Equals(Object) | Determines whether the specified object is equal to the current object. |
Equals(FileSystemInfo, FileSystemInfo) | Determines whether the specified two FileSystemInfo objects are equal. If the FullName property of the two objects are equal, the objects are considered equal. If the FullName property of the two objects differs, the objects are considered different. The FullName property is compared using OrdinalIgnoreCase rules. |