Robert
05/16/2019, 7:57 PM1.toByte().equals(1)
,
not fine (though suggested): 1.toByte() == 1
Dico
05/16/2019, 9:32 PMDico
05/16/2019, 9:33 PMRobert
05/18/2019, 6:58 PM==
operator. Should translate to 1.toByte.equals(1)
Robert
05/18/2019, 6:59 PM