DsCertificateEntryEquals Method |
Determines whether the specified object is equal to the current object. Two objects are equal when
entry name and certificate are equal.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
Parameters
- other
- Type: SystemObject
[Missing <param name="other"/> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsCertificateEntry.Equals(System.Object)"]
Return Value
Type:
BooleanA string that represents the current object.
See Also