PdfPointEquals(PdfPoint) Method |
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntaxpublic bool Equals(
PdfPoint other
)
Public Function Equals (
other As PdfPoint
) As Boolean
Parameters
- other PdfPoint
- The other point to compare with this point instance.
Return Value
Boolean if the
other PdfPoint is equal to this
PdfPoint instance; otherwise,
.
Implements
IEquatableTEquals(T)
See Also