xtd 0.2.0
Loading...
Searching...
No Matches

◆ equals() [2/4]

static bool xtd::time_span::equals ( time_span  t1,
time_span  t2 
)
static

Returns a value that indicates whether two specified instances of xtd::time_span are equal.

Parameters
t1The first time interval to compare.
t2The second time interval to compare.
Returns
true if the values of t1 and t2 are equal; otherwise, false.