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 オブジェクトの値と指定された値が等しいかどうかをテストします。

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

関連項目