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