LogicalPath Methods |
The EPATHLogicalPath type exposes the following members.
| Name | Description | |
|---|---|---|
| Consume |
Return (and consume) all segments that match a set of segments.
| |
| Matches(EPATHLogicalPath, Int32) |
Match two paths, ignoring any segments in either path before the current 'index', and
only matching at most 'maxCompare' segments.
| |
| Matches(EPATHLogicalPath, Int32, Int32) |
Matches two paths, ignoring any segments in either path before the current 'index', and
only matching at most 'maxCompare' segments.
|