FileSystemInfoEqualityComparerGetHashCode(FileSystemInfo) Method
Returns a hash code for the specified
FileSystemInfo object.
(It returns the hashcode of
FullName property in lower-case.)
Namespace: DevCase.Runtime.TypeComparersAssembly: 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
)
Public Overrides Function GetHashCode (
obj As FileSystemInfo
) As Integer
Dim instance As FileSystemInfoEqualityComparer
Dim obj As FileSystemInfo
Dim returnValue As Integer
returnValue = instance.GetHashCode(obj)
public:
virtual int GetHashCode(
FileSystemInfo^ obj
) override
abstract GetHashCode :
obj : FileSystemInfo -> int
override GetHashCode :
obj : FileSystemInfo -> int
No code example is currently available or this language may not be supported.
- obj FileSystemInfo
-
The FileSystemInfo object for which a hash code is to be returned.
Int32
A hash code for the specified
FileSystemInfo object.
IEqualityComparerTGetHashCode(T)