System::TimeSpan::operator== 메서드
TimeSpan::operator==(std::nullptr_t) const method
bool System::TimeSpan::operator==(std::nullptr_t) const
또 보기
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator==(TimeSpan) const method
현재 객체가 나타내는 시간 간격이 지정된 객체가 나타내는 시간 간격과 같은지 판단합니다.
bool System::TimeSpan::operator==(TimeSpan value) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | TimeSpan | 현재 객체와 비교할 TimeSpan 객체 |
ReturnValue
현재 객체와 지정된 객체가 동일한 시간 간격을 나타내면 True, 그렇지 않으면 false
또 보기
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++