System.TDateTime.operator !=

提供: RAD Studio API Documentation
移動先: 案内検索

C++

bool operator !=(const TDateTime& rhs) const

プロパティ

種類 可視性 ソース ユニット
function public systdate.h System TDateTime


説明

2 つの TDateTime オブジェクトの不等価を比較します。

!= 演算子は,2 つのオブジェクトが同じ値を持たない場合には true,それ以外の場合には false を返します。