コード例 #1
0
 private bool Equals(MacroStabilityInwardsPreconsolidationStress other)
 {
     return(Location.Equals(other.Location) &&
            Stress.Equals(other.Stress));
 }