System.TimeSpan.TTimeSpan.operator Equality
Delphi
class operator Subtract(const Left, Right: TTimeSpan): TTimeSpan;
class operator Subtract(const Left: TDateTime; Right: TTimeSpan): TDateTime;
class operator Equal(const Left, Right: TTimeSpan): Boolean;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.TimeSpan.pas | System.TimeSpan | TTimeSpan |
Description
Overloaded = operator.
operator Equality returns True if the two TTimespan values given as parameters are equal, False otherwise.
Note: Do not call the Equality operator directly. It is an overload for the = operator.