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

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override bool Equals(
	Object value
)

Parameters

value
Type: SystemObject
An object to compare with this instance.

Return Value

Type: Boolean
true if value is a TimeSpan object that represents the same time interval as the current TimeSpan structure; otherwise, false.
See Also