equals

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

Overrides the equals method of the Any class.

Two AttachmentLinkData instances are considered equal if all of their properties have the same values.

Return

true if the objects are equal, false otherwise

Parameters

other

the object to compare for equality