Click or drag to resize

PdfPortfolioSortLevelEquals(Object) Method

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

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this Portfolio sort level instance.

Return Value

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