Click or drag to resize

PdfLiteSessionInequality Operator

Determines whether two specified objects are not equal.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public static bool operator !=(
	PdfLiteSession obj1,
	PdfLiteSession obj2
)

Parameters

obj1
Type: RadPdf.LitePdfLiteSession
The first object to compare.
obj2
Type: RadPdf.LitePdfLiteSession
The second object to compare.

Return Value

Type: Boolean
true if the specified objects are not equal; otherwise, false.
See Also