Help with code please

Help with code please

Hi, could someone please tell me what is wrong with this code...

if (input.Inspection_Fee  !=  input.Inspection_Fee.round(2))
{
    input.Inspection_Fee = input.Inspection_Fee.round(2);
}

Thanks


Nigel