Exemplo n.º 1
0
 public int GetHashCode(ITranslatedChange instance)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 2
0
 public bool Equals(ITranslatedChange left, ITranslatedChange right)
 {
     return(_comparer.Equals((T)left, (T)right));
 }