DurationEquals Method |
Name | Description | |
---|---|---|
Equals(Duration) | ||
Equals(Object) |
Returns if this Duration exactly equals another Duration, within the limits
of floating point precision. To be considered equal, the Days
and Standard properties must be identical (or one must be null) and the
difference between the Seconds properties must be less than 1.0e-10.
(Overrides ValueTypeEquals(Object).) |