Compare two MutableByte class contents

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public static bool operator ==(
	MutableByte buf1,
	MutableByte buf2
)
Visual Basic (Declaration)
Public Shared Operator = ( _
	buf1 As MutableByte, _
	buf2 As MutableByte _
) As Boolean
Visual C++
public:
static bool operator ==(
	MutableByte^ buf1, 
	MutableByte^ buf2
)

Return Value

true if the same, otherwise falseB

See Also