| ObjectIdentifierEquals(Object) Method | 
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
 Syntax
Syntaxpublic override bool Equals(
	Object? obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Dim instance As ObjectIdentifier
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 ObjectIdentifier. 
Return Value
BooleanField Value
Booleantrue if the specified 
Object is equal to the current 
ObjectIdentifier; otherwise, 
Field Value
Booleanfalse.
            
 See Also
See Also