Exemplo n.º 1
0
 private bool Equals(SpellingError other)
 {
     return(string.Equals(Mispelling, other.Mispelling));
 }
Exemplo n.º 2
0
		private bool Equals(SpellingError other)
		{
			return string.Equals(Mispelling, other.Mispelling);
		}