[Py4j-users] How to test if two objects are the same?
Status: Beta
Brought to you by:
barthe
From: He-chien T. <dep...@gm...> - 2014-03-18 18:39:44
|
Sorry for duplicated, I forget adding subject. It seems that 'A==B' didn't work at python side. for example, public enum WeekDayEnum { Mon, Tue, Wed, Thu, Fri, Sat, Sun } I want to check this "gateway.jvm.WeekDayEnum.Fri == day" but iit doesn't work |