Пример #1
0
 public bool Equals(MethodSpecWithEhdr other)
 {
     if (other == null)
     {
         return(false);
     }
     return(ms.Equals(other.ms));
 }