Toggle navigation
Home
Docotic.Pdf
Download
Samples
Help
Pricing
Blog
Support
About us
PdfPoint.Equals Method (PdfPoint)
Docotic.Pdf library help
>
BitMiracle.Docotic.Pdf
>
PdfPoint Structure
>
PdfPoint Methods
>
Equals Method
> Equals Method (PdfPoint)
Version history
BitMiracle.Docotic
BitMiracle.Docotic.Pdf
PdfPoint Structure
PdfPoint Methods
Equals Method
Equals Method (Object)
Equals Method (PdfPoint)
BitMiracle.Docotic.Pdf.Gdi
BitMiracle.Docotic.Pdf.HtmlToPdf
BitMiracle.Docotic.Pdf.Layout
Tests whether this and the
other
points have same coordinates.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public
bool
Equals
(
PdfPoint
other
)
VB
Public
Function
Equals
(
other
As
PdfPoint
)
As
Boolean
Parameters
other
Type:
BitMiracle.Docotic.Pdf
.PdfPoint
The point to test.
Return Value
Type:
Boolean
This method returns
true
if the
other
point is equal to this
PdfPoint
; otherwise,
false
.
Implements
IEquatable
<T
>
.Equals(T)
See Also
PdfPoint Structure
Equals Overload
BitMiracle.Docotic.Pdf Namespace