Exemple #1
0
 public bool Equals(SampledCurveKey other)
 {
     return(CurveKey.Equals(other.CurveKey) && SampleValue.Equals(other.SampleValue));
 }