Ejemplo n.º 1
0
 public bool Equals(Data other)
 {
     return other.NotNull() &&
         this.Value == other.Value;
 }
Ejemplo n.º 2
0
 protected virtual Generic.IEnumerator<Node> Process(Data data)
 {
     yield return data;
 }