equals

open operator override fun equals(other: Any?): Boolean

Checks if this instance is equal to another object. Two instances of JetLimeEventStyle are considered equal if they have the same values for all properties.

Return

true if the other object is an instance of JetLimeEventStyle and has the same property values, false otherwise.

Parameters

other

The object to compare this instance with.