示例#1
0
 protected bool Equals(ElectricProperties other)
 {
     return(Amperage.Equals(other.Amperage) && Current.Equals(other.Current) && Resistance.Equals(other.Resistance));
 }