コード例 #1
0
ファイル: Account.cs プロジェクト: SCDrifter/Hyperwave
 int IComparable <Account> .CompareTo(Account other)
 {
     return(CharacterId.CompareTo(other.CharacterId));
 }