Click or drag to resize
TimeSpanEquals Method (TimeSpan)
Returns a value indicating whether this instance is equal to a specified TimeSpan object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool Equals(
	TimeSpan obj
)

Parameters

obj
Type: SystemTimeSpan
An object to compare with this instance.

Return Value

Type: Boolean
true if obj represents the same time interval as this instance; otherwise, false.
See Also