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

Syntax

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

Arguments

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

Return Values

Returns TRUE if the times do not match and FALSE otherwise.

Description

Determines whether the lengths of time do not match.


CONFIDENTIAL