Exemplo n.º 1
0
 /// <inheritdoc />
 public override string ToString()
 {
     return(ReadOnlyLogEntryExtensions.ToString(this));
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public override bool Equals(object obj)
 {
     return(ReadOnlyLogEntryExtensions.Equals(this, obj as IReadOnlyLogEntry));
 }