NetworkPlayer.operator ==
static function operator ==(lhs: NetworkPlayer, rhs: NetworkPlayer): bool;
static bool operator ==(NetworkPlayer lhs, NetworkPlayer rhs);
static def operator ==(lhs as NetworkPlayer, rhs as NetworkPlayer) as bool
Description

Returns true if two NetworkPlayers are the same player.