System::DateTimeOffset::EqualsExact metodu
İç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
| Parameter | Type | Açıklama |
|---|---|---|
| other | const DateTimeOffset& | Karşılaştırılacak Object. |
ReturnValue
geçerli nesne other ile tam olarak eşitse true, aksi takdirde - false.
Ayrıca Bakınız
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page 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
| Parameter | Type | Açıklama |
|---|---|---|
| obj | const SharedPtr<Object>& | Karşılaştırılacak Object. |
ReturnValue
geçerli nesne obj ile tam olarak eşitse true, aksi takdirde - false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++