[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfDateTime.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(PdfDateTime)

Checks whether this PdfDateTime is equal to another PdfDateTime.

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

The PdfDateTime value to compare to.

Returns
Type Description
bool

True if values are equal, false otherwise.

Implements