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

参照