System::Decimal::operator== メソッド
Decimal::operator==(const Decimal&) const method
現在のオブジェクトと指定されたオブジェクトが表す値が等しいかどうかを判断します。
bool System::Decimal::operator==(const Decimal &d) const
| パラメーター | 型 | 説明 |
|---|---|---|
| d | const Decimal& | 現在のオブジェクトと比較するための Decimal オブジェクト |
ReturnValue
現在のオブジェクトと指定されたオブジェクトが表す値が等しい場合は true、そうでない場合は false
参照
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::operator==(std::nullptr_t) const method
現在のオブジェクトが表す値が 0 かどうかを判定します。
bool System::Decimal::operator==(std::nullptr_t) const
ReturnValue
現在のオブジェクトが表す値が 0 の場合は true、そうでない場合は false
参照
- Class Decimal
- Namespace System
- Library Aspose.Page for C++