Join Slack
Powered by
class CustomListProperty<T> : SimpleListProp...
# tornadofx
c
carlw
07/16/2018, 2:52 PM
class CustomListProperty<T> : SimpleListProperty<T>() { override fun equals(other: Any?): Boolean { if( other == null ) return false return super.hashCode().equals(other!!.hashCode()) } }
Open in Slack
Previous
Next