Click or drag to resize

Counter32Inequality Operator

The inequality operator.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static bool operator !=(
	Counter32 left,
	Counter32 right
)
View Source

Parameters

left  Counter32
Left Counter32 object
right  Counter32
Right Counter32 object

Return Value

Boolean
Returns true if the values of its operands are not equal, false otherwise.
See Also