equals

open fun equals(obj: Any): Boolean

Implementation of Object.equals - two participant's are equal if their UUIDs are the same.

Return

Returns true if obj is a participant object with same UUID, false if obj is not a participant object or has a different UUID.

Parameters

obj

The object to compare to this participant.