Click or drag to resize

PdfColorEquals(PdfColor) Method

Determines whether the other PdfColor is equal to this PdfColor instance.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public bool Equals(
	PdfColor other
)

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