Inheritance: AbstractNode, IValue
 protected bool Equals(DateTimeValue other)
 {
     return DateTime.Equals(Value, other.Value);
 }