Table of Contents

CliColor.operator == Operator

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Checks if two CliColor instances are equal.

public static bool operator ==(CliColor left, CliColor right)

Parameters

left CliColor

The first color instance to compare.

right CliColor

The second color instance to compare.

Returns

bool

true if the two colors are equal, otherwise false.