Negative comparison of two Oid class values.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator !=(
	Oid oid1,
	Oid oid2
)
Public Shared Operator <> ( _
	oid1 As Oid, _
	oid2 As Oid _
) As Boolean
public:
static bool operator !=(
	Oid^ oid1, 
	Oid^ oid2
)

Parameters

oid1
Oid
First Oid class
oid2
Oid
Second Oid class

Return Value

true if class values are not the same, otherwise false

See Also