FilePath.GetHashCode Method

HTML to MAML Converter

FilePathGetHashCode Method
Get a hash code for the file path object

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 

Return Value

Type: Int32
Returns the hash code of the ToString value converted to lowercase
See Also