FileSystemInfoEqualityComparerGetHashCode(FileSystemInfo) Method

Returns a hash code for the specified FileSystemInfo object.

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

Definition

Namespace: DevCase.Runtime.TypeComparers
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override int GetHashCode(
	FileSystemInfo obj
)

Parameters

obj  FileSystemInfo
The FileSystemInfo object for which a hash code is to be returned.

Return Value

Int32
A hash code for the specified FileSystemInfo object.

Implements

IEqualityComparerTGetHashCode(T)

See Also