System::DateTimeOffset::operator== 메서드

DateTimeOffset::operator==(const DateTimeOffset&) const method

현재 객체와 지정된 DateTimeOffset 객체가 동일한 날짜 및 시간 값을 나타내는지 확인합니다.

bool System::DateTimeOffset::operator==(const DateTimeOffset &other) const
매개변수형식설명
otherconst DateTimeOffset&현재 객체와 비교할 DateTimeOffset 객체

ReturnValue

현재 객체와 지정된 객체가 동일한 날짜 및 시간 값을 나타내면 true, 그렇지 않으면 false

또 보기

DateTimeOffset::operator==(std::nullptr_t) const method

bool System::DateTimeOffset::operator==(std::nullptr_t) const

또 보기