System.TDateTime.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool __fastcall operator ==(const TDateTime& rhs) const

Properties

Type Visibility Source Unit Parent
function public systdate.h System TDateTime


Description

Compares two TDateTime objects for equality.

The operator == returns True if the two objects have the same value, False otherwise.