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