Compares two Oid2 objects for equality.
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Parameters
- obj
- Type: SystemObject
An Oid2 object to compare to the current object.
Return Value
Type:
BooleanTrue if the current
Oid2 object is equal to the object specified by the other parameter;
otherwise,
False.
Remarks
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.
See Also