PdfColorInequality Operator
Determines whether two specified colors are different
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public static bool operator !=(
PdfColor left,
PdfColor right
)
- left PdfColor
- The first color to compare
- right PdfColor
- The second color to compare
Booleantrue if the colors are different; otherwise, false