ColorFEquality Operator

Gets whether two ColorF structures are equal.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public static bool operator ==(
	ColorF left,
	ColorF right
)

Parameters

left  ColorF
The ColorF instance that is to the left of the equality operator.
right  ColorF
The ColorF instance that is to the right of the equality operator.

Return Value

Boolean
if the two ColorF structures are equal; otherwise, .

See Also