Open main menu

RAD Studio API Documentation β

System.TimeSpan.TTimeSpan._op_Equality

C++

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

Properties

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

Description

Function to determine the equality of two TTimespan values.

op Equality returns True if the two TTimespan values given as parameters are equal, False otherwise.

See Also