Click or drag to resize

TimeIntervalTEqualsEpsilon Method

Overload List
  NameDescription
Public methodEqualsEpsilon(TimeIntervalT, Double)
Determines if this time interval is equal to another time interval, using an epsilon to compare the Start and Stop properties of the two intervals. The dates are considered equal if they are within epsilon seconds of each other. All other properties must be identical.
Public methodEqualsEpsilon(TimeIntervalT, Double, IEqualityComparerT)
Determines if this time interval is equal to another time interval, using an epsilon to compare the Start and Stop properties of the two intervals. The dates are considered equal if they are within epsilon seconds of each other. All other properties must be identical.
Top
See Also