Compare two MutableByte class contents

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

Syntax

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

Parameters

buf1
MutableByte
MutableByte class
buf2
MutableByte
MutableByte class

Return Value

true if the same, otherwise falseB

See Also