Пример #1
0
 /// <summary>
 /// Compares this Node to another virtual Literal node
 /// </summary>
 /// <param name="other">Other Literal Node</param>
 /// <returns></returns>
 public int CompareTo(SimpleVirtualLiteralNode other)
 {
     return(CompareTo((ILiteralNode)other));
 }
Пример #2
0
 /// <summary>
 /// Determines whether this Node is equal to another virtual Literal node
 /// </summary>
 /// <param name="other">Other Literal Node</param>
 /// <returns></returns>
 public bool Equals(SimpleVirtualLiteralNode other)
 {
     return(Equals((ILiteralNode)other));
 }