System.TimeSpan.TTimeSpan._op_Inequality

From RAD Studio API Documentation
Jump to: navigation, search

C++

static bool __fastcall _op_Inequality(const TTimeSpan &Left, const TTimeSpan &Right);

Properties

Type Visibility Source Unit Parent
function public System.TimeSpan.hpp System.TimeSpan TTimeSpan

Description

Overloaded <> operator.

op Inequality returns True if the two TTimeSpan values given as parameters are not equal, False otherwise.

Note: Do not call the Inequality operator directly. It is an overload for the <> operator.

See Also