Click or drag to resize

PdfBasicContainerEquals Method

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

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public override sealed bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this PdfBasicContainer instance.

Return Value

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