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