public bool Equals(TorqueUnit other) { return(LeftUnit.Equals(other.LeftUnit) && RightUnit.Equals(other.RightUnit)); }
public bool Equals(MassDetlaKelvinUnit other) { return(LeftUnit.Equals(other.LeftUnit) && RightUnit.Equals(other.RightUnit)); }