System::DateTimeOffset::CompareTo 메서드

DateTimeOffset::CompareTo(const DateTimeOffset&) const method

DateTimeOffset 객체를 비교합니다.

int System::DateTimeOffset::CompareTo(const DateTimeOffset &other) const
매개변수형식설명
otherconst DateTimeOffset&비교할 Object.

ReturnValue

-1 - if current object is earlier than other, 1 - if current object is later than other, 0 - if current object is equal to other.

또 보기

DateTimeOffset::CompareTo(const SharedPtr<Object>&) const method

DateTimeOffset 객체를 비교합니다.

int System::DateTimeOffset::CompareTo(const SharedPtr<Object> &obj) const
매개변수형식설명
objconst SharedPtr<Object>&비교할 Object.

ReturnValue

-1 - if current object is earlier than obj, 1 - if current object is later than obj, 0 - if current object is equal to obj.

또 보기