Are these two xpath expression equal?

"Fianny Jiang" <[email protected]> Tue, 31 Aug 2004 11:09:38 +0000 (UTC)
Newsgroups gmane.comp.web.query-languages
Message-ID <000801c491a6$5d773a70$585abd89@Fianny>
Hi,

   I am puzzled whether the following two XPaht expressions will return the same result.
  (1)  A[B/C]/B/D
  (2)  A/B[C]/D
 
  Or in other words, will (1) require that the matched pattern should have two different B's?  That is C and D should have different B as their parent. 
  Thanks alot. 

Regards,
Fianny