PdfLiteSessionInequality Operator |
Determines whether two specified objects are not equal.
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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 not equal; otherwise,
false.
See Also