예제 #1
0
 /// <summary>
 /// Compares this Node to another virtual Graph Literal node
 /// </summary>
 /// <param name="other">Other Graph Literal Node</param>
 /// <returns></returns>
 public int CompareTo(SimpleVirtualGraphLiteralNode other)
 {
     return(CompareTo((IGraphLiteralNode)other));
 }
예제 #2
0
 /// <summary>
 /// Determines whether this Node is equal to another virtual Graph Literal node
 /// </summary>
 /// <param name="other">Other Graph Literal Node</param>
 /// <returns></returns>
 public bool Equals(SimpleVirtualGraphLiteralNode other)
 {
     return(Equals((IGraphLiteralNode)other));
 }