| PdfPointInequality Operator |
Checks two
PdfPoint instances for inequality.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public static bool operator !=(
PdfPoint point1,
PdfPoint point2
)
Parameters
- point1
- Type: Opait.Pdf.ApiPdfPoint
The first point. - point2
- Type: Opait.Pdf.ApiPdfPoint
The second point.
Return Value
Type:
Boolean'true' if the two points are not equal; otherwise, 'false'.
See Also