Compares two X509Certificate objects for equality.
[Visual Basic] Overridable Public Function Equals( _ ByVal other As X509Certificate _ ) As Boolean [C#] public virtual bool Equals( X509Certificate other ); [C++] public: virtual bool Equals( X509Certificate* other ); [JScript] public function Equals( other : X509Certificate ) : Boolean;
True if the X509Certificate objects are equal, otherwise false.
Exception Type | Condition |
---|---|
ArgumentException | if other is not of the same X509Certificate type. |
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace