コード例 #1
0
ファイル: LocalUser.cs プロジェクト: Sharparam/SteamLib
 public bool Equals(LocalUser other)
 {
     return((object)other != null && Id == other.Id);
 }