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