EndOfMibViewEquals(Object) Method |
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As EndOfMibView
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj Object
- The Object to compare with the current EndOfMibView.
Return Value
BooleanField Value
Booleantrue if the specified
Object is equal to the current
EndOfMibView; otherwise,
Field Value
Booleanfalse.
See Also