[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Log.LogEntryInvalidContainerElement.IsSame

IsSame Method

IsSame(LogEntryBase)

Determines whether the provided log entry is the same as the current entry.

Declaration
public override bool IsSame(LogEntryBase other)
Parameters
Type Name Description
LogEntryBase other

A GrapeCity.Documents.Pdf.Log.LogEntryBase object.

Returns
Type Description
bool

true if the provided entry is the same as the current entry; otherwise, false.

Overrides
GrapeCity.Documents.Pdf.Log.LogEntryInvalidPdfObject.IsSame(GrapeCity.Documents.Pdf.Log.LogEntryBase)