コード例 #1
0
 public bool IsHost(PartyGoer hostInQuestion)
 {
     return(hostInQuestion.Equals(_host));
 }