equals

open fun equals(@Nullable object: Any): Boolean(source)

Compares this icon object with another icon and determines if they match.

Return

True if the icon being passed in matches this icon object. Else, false.

Parameters

object

Another iconi to compare with this object.