Add two Oid values and return the new class
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static Oid operator +( Oid oid1, Oid oid2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator + ( _ oid1 As Oid, _ oid2 As Oid _ ) As Oid |
| Visual C++ |
|---|
public: static Oid^ operator +( Oid^ oid1, Oid^ oid2 ) |