Operator operator ==
operator ==(LightDarkColor?, LightDarkColor?)
Tests whether two specified LightDarkColor structures are equivalent.
public static bool operator ==(LightDarkColor? left, LightDarkColor? right)
Parameters
leftLightDarkColorThe LightDarkColor that is to the left of the equality operator.
rightLightDarkColorThe LightDarkColor that is to the right of the equality operator.
Returns
- bool
trueif the two LightDarkColor structures are equal; otherwise,false.