[]
Determines whether the provided log entry is the same as the current entry.
public override bool IsSame(LogEntryBase other)
Public Overrides Function IsSame(other As LogEntryBase) As Boolean
Type | Name | Description |
---|---|---|
LogEntryBase | other | A GrapeCity.Documents.Pdf.Log.LogEntryBase object. |
Type | Description |
---|---|
bool | true if the provided entry is the same as the current entry; otherwise, false. |