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