'Declaration
<PureAttribute()> Public Function IsPrefix( _ ByVal prefix As BrowsePath _ ) As Boolean
'Usage
Dim instance As BrowsePath Dim prefix As BrowsePath Dim value As Boolean value = instance.IsPrefix(prefix)
[Pure()] public bool IsPrefix( BrowsePath prefix )
[Pure()] public: bool IsPrefix( BrowsePath^ prefix )
Parameters
- prefix
- The browse path to be tested as a prefix.
Return Value
True
if the given browse path is a prefix of the current browse path; false
otherwise.