System::DateTimeOffset::EqualsExact yöntemi
İçindekiler
[
Saklamak
]DateTimeOffset::EqualsExact(const DateTimeOffset&) const method
İki DateTimeOffset nesnesinin aynı zaman noktasını temsil edip aynı ofsete sahip olup olmadığını kontrol eder.
bool System::DateTimeOffset::EqualsExact(const DateTimeOffset &other) const
| Parametre | Tür | Açıklama |
|---|---|---|
| other | const DateTimeOffset& | Object karşılaştırma için. |
ReturnValue
true ise geçerli nesne other ile tam olarak eşitse, aksi takdirde - false.
Ayrıca Bakınız
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::EqualsExact(const SharedPtr<Object>&) const method
İki DateTimeOffset nesnesinin aynı zaman noktasını temsil edip aynı ofsete sahip olup olmadığını kontrol eder.
bool System::DateTimeOffset::EqualsExact(const SharedPtr<Object> &obj) const
| Parametre | Tür | Açıklama |
|---|---|---|
| obj | const SharedPtr<Object>& | Object karşılaştırma için. |
ReturnValue
true ise geçerli nesne obj ile tam olarak eşitse, aksi takdirde - false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++