Negative comparison operator

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 !=(
	UInteger32 first,
	UInteger32 second
)
Public Shared Operator <> ( _
	first As UInteger32, _
	second As UInteger32 _
) As Boolean
public:
static bool operator !=(
	UInteger32^ first, 
	UInteger32^ second
)

Parameters

first
UInteger32
First UInteger32 class value to compare
second
UInteger32
Second UInteger32 class value to compare

Return Value

True if class values do NOT match, otherwise false

See Also