TimeSpanEquals Method (TimeSpan) |
Returns a value indicating whether this instance is equal to a specified
TimeSpan object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool Equals(
TimeSpan obj
)
Parameters
- obj
- Type: SystemTimeSpan
An object to compare with this instance.
Return Value
Type:
Booleantrue if
obj represents the same time interval as this instance; otherwise, false.
See Also