public void testEquals() {
   assertTrue(ELSupport.equals("01", Long.valueOf(1)));
 }