Operator operator ==
operator ==(Color?, Color?)
Tests whether two specified Color structures are equivalent.
public static bool operator ==(Color? left, Color? right)
Parameters
left
ColorThe Color that is to the left of the equality operator.
right
ColorThe Color that is to the right of the equality operator.
Returns
operator ==(Color, Color)
public static bool operator ==(Color left, Color right)
Parameters
Returns
operator ==(Color, Color)
public static bool operator ==(Color left, Color right)