[This is preliminary documentation and is subject to change.]

Returns a value indicating whether this instance is equal to a specified TimeSpanFormattable object.

Namespace: Tools
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override
F#
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
JScript
public override function Equals(
	obj : Object
) : boolean

Parameters

obj
Type: System..::..Object
An TimeSpanFormattable or TimeSpan object to compare with this instance.

Return Value

true if obj represents the same time interval as this instance; otherwise, false.

See Also