System::Decimal::operator== 메서드

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

현재 객체와 지정된 객체가 나타내는 값이 같은지 확인합니다.

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

ReturnValue

현재 객체와 지정된 객체가 나타내는 값이 동일하면 true, 그렇지 않으면 false

또 보기

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

현재 객체가 나타내는 값이 0인지 여부를 판단합니다.

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

ReturnValue

현재 객체가 나타내는 값이 0이면 true, 그렇지 않으면 false

또 보기