PdfColorInequality Operator |
Determines whether
first and
second PdfColors are not equal.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic static bool operator !=(
PdfColor first,
PdfColor second
)
Public Shared Operator <> (
first As PdfColor,
second As PdfColor
) As Boolean
Parameters
- first PdfColor
- The first color.
- second PdfColor
- The second color.
Return Value
Boolean if
first and
second colors are not equal; otherwise,
.
See Also