System::TimeSpan::Equals 메서드
내용물
[
숨다
]TimeSpan::Equals(const SharedPtr<Object>&) const method
현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격과 같은지 판단합니다.
bool System::TimeSpan::Equals(const SharedPtr<Object> &obj) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| obj | const SharedPtr<Object>& | 현재 객체와 비교할 TimeSpan 객체 |
ReturnValue
현재 객체와 지정된 객체가 동일한 시간 간격을 나타내면 True, 그렇지 않으면 false
또 보기
- Typedef SharedPtr
- Class Object
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::Equals(TimeSpan) const method
현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격과 같은지 판단합니다.
bool System::TimeSpan::Equals(TimeSpan value) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | TimeSpan | 현재 객체와 비교할 TimeSpan 객체 |
ReturnValue
현재 객체와 지정된 객체가 동일한 시간 간격을 나타내면 True, 그렇지 않으면 false
또 보기
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::Equals(TimeSpan, TimeSpan) method
지정된 객체들이 동일한 시간 간격을 나타내면 true를 반환하고, 그렇지 않으면 false를 반환합니다.
static constexpr bool System::TimeSpan::Equals(TimeSpan a, TimeSpan b)
또 보기
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++