PdfColorEquality Operator |
Determines whether
first and
second PdfColors are 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 equal; otherwise,
.
See Also