equals

public boolean equals(Object o)

Indicates whether some other command handler is "equal to" this one.

Two command handlers are equal if they handle the same set of commands.

Return

if the passed CommandHandler handles the same set of command classes

See also