PdfLiteSessionEquality Operator |
Determines whether two specified objects are equal.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.49.0.0 (3.49.0.0)
Syntax public static bool operator ==(
PdfLiteSession obj1,
PdfLiteSession obj2
)
Public Shared Operator = (
obj1 As PdfLiteSession,
obj2 As PdfLiteSession
) As Boolean
Parameters
- obj1
- Type: RadPdf.LitePdfLiteSession
The first object to compare. - obj2
- Type: RadPdf.LitePdfLiteSession
The second object to compare.
Return Value
Type:
Booleantrue if the specified objects are equal; otherwise,
false.
See Also