/// <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)); }
/// <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)); }