nn::fnd::TimeSpan::operator== Friend Function

Syntax

friend bool operator==(
     const TimeSpan & lhs,
     const TimeSpan & rhs
);

Parameters

Name Description
in lhs The time for comparison.
in rhs The time for comparison.

Return Values

Returns TRUE if the times match and FALSE otherwise.

Description

Determines whether the lengths of time match.


CONFIDENTIAL