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