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 inequality.

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