Beispiel #1
0
 public bool Equals(Logging.ILogMessage other)
 {
     return(other != null && other.Equals(this));
 }