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