FileSystemInfoEqualityComparerGetHashCode Method

Overload List

GetHashCode Serves as the default hash function.
GetHashCode(FileSystemInfo) Returns a hash code for the specified FileSystemInfo object.

(It returns the hashcode of FullName property in lower-case.)

See Also