System::Decimal::operator== メソッド

Decimal::operator==(const Decimal&) const method

現在のオブジェクトと指定されたオブジェクトが表す値が等しいかどうかを判断します。

bool System::Decimal::operator==(const Decimal &d) const
パラメーター説明
dconst Decimal&現在のオブジェクトと比較するための Decimal オブジェクト

ReturnValue

現在のオブジェクトと指定されたオブジェクトが表す値が等しい場合は true、そうでない場合は false

参照

Decimal::operator==(std::nullptr_t) const method

現在のオブジェクトが表す値が 0 かどうかを判定します。

bool System::Decimal::operator==(std::nullptr_t) const

ReturnValue

現在のオブジェクトが表す値が 0 の場合は true、そうでない場合は false

参照