System::Decimal::operator== metodu
İç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
| Parametre | Tür | Açıklama |
|---|---|---|
| d | const Decimal& | Geçerli nesne ile karşılaştırılacak Decimal nesnesi |
ReturnValue
Doğru ise geçerli ve belirtilen nesneler tarafından temsil edilen değerler eşittir, aksi takdirde - yanlış
Ayrıca Bakınız
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Font 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
Doğru ise geçerli nesne tarafından temsil edilen değer 0’dır, aksi takdirde - yanlış
Ayrıca Bakınız
- Class Decimal
- Namespace System
- Library Aspose.Font for C++