Beispiel #1
0
 /// <summary>
 /// Compares this Node to another virtual Blank node
 /// </summary>
 /// <param name="other">Other Blank Node</param>
 /// <returns></returns>
 public int CompareTo(SimpleVirtualBlankNode other)
 {
     return(CompareTo((IBlankNode)other));
 }
Beispiel #2
0
 /// <summary>
 /// Determines whether this Node is equal to another virtual Blank node
 /// </summary>
 /// <param name="other">Other Blank Node</param>
 /// <returns></returns>
 public bool Equals(SimpleVirtualBlankNode other)
 {
     return(Equals((IBlankNode)other));
 }