Oid2Equals Method
            Compares two Oid2 objects for equality.
            
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 
- obj  Object
- An Oid2 object to compare to the current object.
BooleanTrue if the current 
Oid2 object is equal to the object specified by the other parameter;
            otherwise, 
False.
            
 
            Two objects are considered equal if they are Oid2 objects and they have the same
            friendly name, Oid value and they belongs to the same Oid group.