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