PdfMatrixInequality Operator |
Determines whether
first and
second PdfMatrixs are not equal.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic static bool operator !=(
PdfMatrix first,
PdfMatrix second
)
Public Shared Operator <> (
first As PdfMatrix,
second As PdfMatrix
) As Boolean
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