コード例 #1
0
 /// <summary>
 /// CompareTo
 /// </summary>
 /// <param name="other">The other execution sandbox to compare this one to</param>
 /// <returns>less than 1, greater than 1, or 0</returns>
 public int CompareTo(StrategyExecutionSandbox other)
 {
     return(Cash.CompareTo(other.Cash));
 }