Mono Class Library: System.TimeSpan Overview | Members

System.TimeSpan Equality Operator

Determines whether the value of one TimeSpan is equal to the value of another TimeSpan.

public static bool operator== (TimeSpan t1, TimeSpan t2)

Parameters

t1
The first TimeSpan
t2
The second TimeSpan
t1
Documentation for this section has not yet been entered.
t2
Documentation for this section has not yet been entered.

Returns

true if the values of t1 and t2 are equal; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0