Method EqualARGB
EqualARGB(Color)
Indicates whether ARGB of this color is equal to ARGB of another color.
public bool EqualARGB(Color other)
Parameters
Returns
- bool
true
if ARGB of the colors are equal; otherwise,false
.
Indicates whether ARGB of this color is equal to ARGB of another color.
public bool EqualARGB(Color other)
true
if ARGB of the colors are equal;
otherwise, false
.