Click or drag to resize

PdfMatrixInequality Operator

Determines whether first and second PdfMatrixs are not equal.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public static bool operator !=(
	PdfMatrix first,
	PdfMatrix second
)

Parameters

first  PdfMatrix
The first matrix.
second  PdfMatrix
The second matrix.

Return Value

Boolean
if first and second matrices are not equal; otherwise, .
See Also