DsCrlEntryEquals Method (Object) |
Determines whether the specified object is equal to the current object.
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.DsCrlEntry.Equals(System.Object)"]
Return Value
Type:
Boolean if the specified object is equal to the current object; otherwise,
.
See Also