System::Drawing::Color::operator== 메서드

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

현재 객체와 지정된 Color 객체가 동일한 색을 나타내는지 확인합니다.

bool System::Drawing::Color::operator==(const Color &r) const
매개변수형식설명
rconst Color&현재 객체와 비교할 Color 객체

ReturnValue

두 객체가 모두 동일한 색을 나타내면 true, 그렇지 않으면 false

또 보기

Color::operator==(const std::nullptr_t&) const method

항상 false를 반환합니다.

bool System::Drawing::Color::operator==(const std::nullptr_t &r) const

또 보기