System::Drawing::Color::operator== method

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

Always returns false.

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

See Also

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

Determines if the current and the specified Color objects represent the same color.

bool System::Drawing::Color::operator==(const Color &r) const
ParameterTypeDescription
rconst Color&The Color object to compare the current object with

ReturnValue

True if both the current and the specified objects represent the same color, otherwise - false

See Also