Compares MutableByte object against another MutableByte object or a byte array
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| Visual Basic |
|---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
| Visual C++ |
|---|
public:
virtual bool Equals(
Object^ obj
) override |
Parameters
- obj
- Type: System..::..Object
Object to compare class value with. Argument can be a byte array or an instance of MutableByte class.
Return Value
Returns true if objects match, otherwise false.
See Also