طريقة System::DateTimeOffset::EqualsExact
محتويات
[
يخفي
]DateTimeOffset::EqualsExact(const DateTimeOffset&) const method
يتحقق مما إذا كان كائنان من DateTimeOffset يمثلان نفس نقطة الزمن ولهما نفس الإزاحة.
bool System::DateTimeOffset::EqualsExact(const DateTimeOffset &other) const
| Parameter | Type | الوصف |
|---|---|---|
| other | const DateTimeOffset& | Object للمقارنة. |
ReturnValue
صحيح إذا كان الكائن الحالي مساويًا تمامًا لـ other، وإلا - خطأ.
انظر أيضًا
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::EqualsExact(const SharedPtr<Object>&) const method
يتحقق مما إذا كان كائنان من DateTimeOffset يمثلان نفس نقطة الزمن ولهما نفس الإزاحة.
bool System::DateTimeOffset::EqualsExact(const SharedPtr<Object> &obj) const
| Parameter | Type | الوصف |
|---|---|---|
| obj | const SharedPtr<Object>& | Object للمقارنة. |
ReturnValue
صحيح إذا كان الكائن الحالي مساويًا تمامًا لـ obj، وإلا - خطأ.
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++