PdfColorEquals(PdfColor) Method
Determines whether the specified color is equal to the current color
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public bool Equals(
PdfColor other
)
- other PdfColor
- The color to compare with the current color
Booleantrue if the specified color is equal to the current color; otherwise, false
IEquatableTEquals(T)