ColorInequality Operator

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Implements the operator !=.

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static bool operator !=(
	Color x,
	Color y
)

Parameters

x
Type: Apitron.PDF.Kit.StylesColor
The x.
y
Type: Apitron.PDF.Kit.StylesColor
The y.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference