示例#1
0
 public bool Equals(IWindModule other)
 {
     return(Equals(Name, other.Name) && WindStrength.Equals(other.WindStrength) && WindAngle.Equals(other.WindAngle));
 }