コード例 #1
0
 /// <summary>
 /// Override <c>GetHashCode()</c> and <see cref="Equals"/> so that 2 references to the same ILogWriter don't result in duplicate config entries.
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(_logWriter.GetHashCode());
 }