equals

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

Checks to see if this lobby member is equal to another. Only the SteamID of the lobby member is taken into account.

Return

true, if obj is Member with a matching SteamID. Otherwise, false.