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

Parameters

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

Return Value

True if class values do NOT match, otherwise false

See Also