System.Currency.operator !=

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

C++

bool __fastcall operator !=(const Currency& rhs) const
bool __fastcall operator !=(int rhs) const
bool __fastcall operator !=(double rhs) const

プロパティ

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


説明

Currency オブジェクトの値と指定された値が等しくないかどうかをテストします。

!= 演算子は,Currency オブジェクトの値と rhs オペランドで指定された値を比較します。値が異なる場合は,この演算子は true を返します。値が同じ場合は,この演算子は false を返します。

関連項目