[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNull.Equals

Equals Method

Equals(PdfNull)

Indicates whether the current PdfNull is equal to another PdfNull.

Declaration
public bool Equals(PdfNull other)
Public Function Equals(other As PdfNull) As Boolean
Parameters
Type Name Description
PdfNull other
Returns
Type Description
bool
Implements