equals

open fun equals(o: Any): Boolean(source)

Two Insets instances are equal if they belong to the same class and their fields are pairwise equal.

Return

true iff this object is equal o

Parameters

o

the object to compare this instance with.