PdfNameObjectInequality Operator Terminal Works - PDF Printing.Net Library
Determines whether a name is not equal to a string.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public static bool operator !=(
	PdfNameObject name,
	string str
)

Parameters

name
Type: PdfEdit.PdfPdfNameObject
str
Type: SystemString

Return Value

Type: Boolean
See Also

Reference