Пример #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((_search != null ? _search.GetHashCode() : 0) * 397) ^ (_input != null ? _input.GetHashCode() : 0));
     }
 }