public bool Equals(Comment other) { return other.NotNull() && this.Value == other.Value; }
protected virtual Generic.IEnumerator<Node> Process(Comment comment) { yield return comment; }