Click or drag to resize

Counter64Equality Operator

The equality operator.

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

Parameters

left  Counter64
Left Counter64 object
right  Counter64
Right Counter64 object

Return Value

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