Example #1
0
 public bool Contains(object value)
 {
     return(_sampleList.ContainsX(Convert.ToDouble(value)));
 }