Example #1
0
 public static bool Equals(NwStarCount one, NwStarCount two)
 {
     return(one.N1WStar == two.N1WStar && one.N2WStar == two.N2WStar && one.N3PlusWStar == two.N3PlusWStar);
 }
Example #2
0
 public bool Equals(NwStarCount other)
 {
     return(N1WStar == other.N1WStar &&
            N2WStar == other.N2WStar &&
            N3PlusWStar == other.N3PlusWStar);
 }