NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan.Equals

Determines whether two TimeSpan objects represent the same time.

Overload List

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;

See Also

TimeSpan Structure | TimeSpan Members | System Namespace