OctetStringEquals Method (OctetString) |
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public bool Equals(
OctetString other
)
Public Function Equals (
other As OctetString
) As Boolean
public:
virtual bool Equals(
OctetString^ other
) sealed
abstract Equals :
other : OctetString -> bool
override Equals :
other : OctetString -> bool
Parameters
- other
- Type: Lextm.SharpSnmpLibOctetString
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also