示例#1
0
 public bool Equals(LightColumn other)
 {
     return(SimpleRange.Equal(range, other.range) && PTwo.Equal(coord, other.coord));
 }