Click or drag to resize

PdfColorSpaceEquals Method

Determines whether the specified Object is equal to this PdfColorSpace instance.

Namespace: SautinSoft.Pdf.Content.Colors
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public override sealed bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this color space instance.

Return Value

Boolean
if the specified Object is equal to this PdfColorSpace instance; otherwise, .
See Also