Click or drag to resize

PdfPortfolioSortLevelEquals(PdfPortfolioSortLevel) Method

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

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public bool Equals(
	PdfPortfolioSortLevel other
)

Parameters

other  PdfPortfolioSortLevel
The other Portfolio sort level to compare with this Portfolio sort level instance.

Return Value

Boolean
if the other PdfPortfolioSortLevel is equal to this PdfPortfolioSortLevel instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also