'Declaration<ElementsNotNullAttribute()> <NotNullAttribute()> Public Operator +( _ ByVal first As UAEndpointDescriptorCollection, _ ByVal second As UAEndpointDescriptorCollection _ ) As UAEndpointDescriptorCollection
'Usage
 
            [ElementsNotNull()] [NotNull()] public UAEndpointDescriptorCollection operator +( UAEndpointDescriptorCollection first, UAEndpointDescriptorCollection second )
[ElementsNotNull()] [NotNull()] public: UAEndpointDescriptorCollection^ operator +( UAEndpointDescriptorCollection^ first, UAEndpointDescriptorCollection^ second )
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.