Пример #1
0
 protected bool Equals(NestParams other)
 {
     if (other == null)
     {
         return(false);
     }
     return(Equals(Params, other.Params) && string.Equals(Message, other.Message));
 }
Пример #2
0
 protected bool Equals(NestParams other)
 {
     if (other == null) return false;
     return Equals(Params, other.Params) && string.Equals(Message, other.Message);
 }