Determines whether two TimeSpan objects represent the same time.
Determines whether two TimeSpan objects represent the same time.
[Visual Basic] Overloads Public Shared Function Equals(TimeSpan, TimeSpan) As Boolean
[C#] public static bool Equals(TimeSpan, TimeSpan);
[C++] public: static bool Equals(TimeSpan, TimeSpan);
[JScript] public static function Equals(TimeSpan, TimeSpan) : Boolean;
Determines whether the current TimeSpan and a specified object represent the same time.
[Visual Basic] Overloads Overrides Public Function Equals(Object) As Boolean
[C#] public override bool Equals(Object);
[C++] public: override bool Equals(Object*);
[JScript] public override function Equals(Object) : Boolean;