QuickOPC User's Guide and Reference
Addition Operator (UAEndpointDescriptorCollection)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptorCollection Class : Addition Operator
First endpoint descriptor collection.
Second endpoint descriptor collection.
Produces the set union of two endpoint descriptor collections.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Operator +( _
   ByVal first As UAEndpointDescriptorCollection, _
   ByVal second As UAEndpointDescriptorCollection _
) As UAEndpointDescriptorCollection
'Usage
 

Parameters

first
First endpoint descriptor collection.
second
Second endpoint descriptor collection.

Return Value

An endpoint descriptor collection that contains elements from both input endpoint descriptor collections, excluding duplicates.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also