posted 15 years ago
this gives true whereas
gives false.......why? in this code isnt unboxing done? after unboxing....a will be 10....so 10==10.0 would give true.but i get false so either unboxing isnt being done....or there is something else...but why is unboxing not done if that is the case?