RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::== Operator

Compares two System::TDateTime::TDateTime objects for equality.

Pascal
operator ==(const rhs: TDateTime&);
C++
__fastcall bool operator ==(const TDateTime& rhs) const;

The == System::TDateTime::== returns true if the two objects have the same value, false otherwise. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!