equals

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

Checks if this JetLimeStyle is equal to another object.

Equality is determined based on the equality of content distance, item spacing, line thickness, line brush, and both horizontal and vertical alignment properties.

Return

true if the specified object is equal to this JetLimeStyle, false otherwise.

Parameters

other

The object to compare with this instance.