Oid2Equals Method

Compares two Oid2 objects for equality.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
An Oid2 object to compare to the current object.

Return Value

Boolean
True 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