System::Decimal::operator== yöntemi
İçindekiler
[
Saklamak
]Decimal::operator==(const Decimal&) const method
Geçerli nesne ve belirtilen nesne tarafından temsil edilen değerlerin eşit olup olmadığını belirler.
bool System::Decimal::operator==(const Decimal &d) const
| Parameter | Type | Açıklama |
|---|---|---|
| d | const Decimal& | Geçerli nesneyle karşılaştırmak için Decimal nesnesi |
ReturnValue
Geçerli ve belirtilen nesneler tarafından temsil edilen değerler eşitse doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::operator==(std::nullptr_t) const method
Geçerli nesne tarafından temsil edilen değerin 0 olup olmadığını belirler.
bool System::Decimal::operator==(std::nullptr_t) const
ReturnValue
Geçerli nesne tarafından temsil edilen değer 0 ise doğru, aksi takdirde - yanlış
Ayrıca Bakınız
- Class Decimal
- Namespace System
- Library Aspose.Page for C++