System.TimeSpan.TTimeSpan._op_Equality

From RAD Studio API Documentation
Jump to: navigation, search

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