BKI_DichVuMatDat.NghiepVu.f310_cap_nhat_cong_tac_v2.isNull C# (CSharp) Method

isNull() private method

private isNull ( object ip_obj ) : bool
ip_obj object
return bool
        private bool isNull(object ip_obj)
        {
            if(ip_obj == null)
            {
                return true;
            }
            return false;
        }