CliColor.operator != Operator
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Checks if two CliColor instances are not equal.
public static bool operator !=(CliColor left, CliColor right)
Parameters
leftCliColorThe first color instance to compare.
rightCliColorThe second color instance to compare.
Returns
- bool
trueif the two colors are not equal, otherwisefalse.