protected bool Equals(EasyPostPostageList other)
 {
     return Equals(Postages, other.Postages);
 }
Beispiel #2
0
 protected bool Equals(EasyPostPostageList other)
 {
     return(Equals(Postages, other.Postages));
 }