Counter64Equality Operator |
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static bool operator ==(
Counter64 left,
Counter64 right
)
Public Shared Operator = (
left As Counter64,
right As Counter64
) As Boolean
public:
static bool operator ==(
Counter64^ left,
Counter64^ right
)
static let inline (=)
left : Counter64 *
right : Counter64 : bool
Parameters
- left
- Type: Lextm.SharpSnmpLibCounter64
- right
- Type: Lextm.SharpSnmpLibCounter64
Return Value
Type:
BooleanSee Also