Click or drag to resize

EndOfMibViewInequality 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 !=(
	EndOfMibView left,
	EndOfMibView right
)
View Source

Parameters

left  EndOfMibView
Left EndOfMibView object
right  EndOfMibView
Right EndOfMibView object

Return Value

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