Click or drag to resize

PdfPortfolioSortLevelInequality Operator

Determines whether first and second PdfPortfolioSortLevels are not equal.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public static bool operator !=(
	PdfPortfolioSortLevel first,
	PdfPortfolioSortLevel second
)

Parameters

first  PdfPortfolioSortLevel
The first Portfolio sort level.
second  PdfPortfolioSortLevel
The second Portfolio sort level.

Return Value

Boolean
if first and second Portfolio sort levels are not equal; otherwise, .
See Also