Gets a hash code for the current instance.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
A hash code for the current instance.
Two TimeSpan objects may have the same hash code, even though they represent different time values.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64