System::DateTimeOffset::EqualsExact 메서드
내용물
[
숨다
]DateTimeOffset::EqualsExact(const DateTimeOffset&) const method
두 DateTimeOffset 객체가 동일한 시점을 나타내고 동일한 오프셋을 갖는지 확인합니다.
bool System::DateTimeOffset::EqualsExact(const DateTimeOffset &other) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| other | const DateTimeOffset& | 비교할 Object. |
ReturnValue
현재 객체가 other와 정확히 동일하면 true, 그렇지 않으면 false.
또 보기
- 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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| obj | const SharedPtr<Object>& | 비교할 Object. |
ReturnValue
현재 객체가 obj와 정확히 같은 경우 true, 그렇지 않으면 false.
또 보기
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++