else if (ballout.IsCatch)
{
Description = $"c {rp.FirstOrDefault(f => f.GroupId == App.GroupId && f.PlayerId == ballout.CatchBy).Name} b {ballout.PlayerName}";
if (ballout.CatchBy == ballout.PlayerName)
{
Description = $"c & b {ballout.PlayerName}";
}
}
please help me how can i compage these ballout.CatchBy == ballout.PlayerName
what operator i should use or what type i should use for both