PdfColorEquals(PdfColor) Method |
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic bool Equals(
PdfColor other
)
Public Function Equals (
other As PdfColor
) As Boolean
Parameters
- other PdfColor
- The other color to compare with this color instance.
Return Value
Boolean if the
other PdfColor is equal to this
PdfColor instance; otherwise,
.
Implements
IEquatableTEquals(T)
See Also