PdfColorEquals(PdfColor) Method
Determines whether the specified color is equal to the current color
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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)