[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNumber.Equals

Equals Method

Equals(object)

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides

Equals(PdfNumber)

Indicates whether the current PdfNumber is equal to another PdfNumber.

Declaration
public bool Equals(PdfNumber other)
Public Function Equals(other As PdfNumber) As Boolean
Parameters
Type Name Description
PdfNumber other

An object to compare with this object.

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false.

Implements