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