'Declaration
Function CommonPrefixLength( _ ByVal collection2 As Object _ ) As Integer
'Usage
Dim instance As _UABrowsePathElementCollection Dim collection2 As Object Dim value As Integer value = instance.CommonPrefixLength(collection2)
int CommonPrefixLength( object collection2 )
int CommonPrefixLength( Object^ collection2 )
Parameters
- collection2
- A OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection object. The other browse path element collection.
Return Value
The common prefix length. Zero if there is no common prefix.