Example #1
0
 public bool PersistentlyEquals(ParameterValue other)
 {
     return(Value.Double == other.Value.Double);
 }
Example #2
0
 public void Add(ParameterValue parameter)
 {
     ByPath[parameter.FieldPath] = parameter;
 }