equals

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

Compares this object with another for equality. Two instances of ModerationCategory are equal if their name is equal.

Return

true if the specified object is a ModerationCategory and has the same name; false otherwise.

Parameters

other

The object to compare with this instance.