Click or drag to resize

PdfLiteSessionEquality Operator

Determines whether two specified objects are equal.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.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 equal; otherwise, false.
See Also