X509Certificate.Equals Method (X509Certificate)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two X509Certificate objects for equality.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
- Type: System.Security.Cryptography.X509Certificates.X509Certificate
An object to compare to the current object.
Return Value
Type: System.Booleantrue if the current X509Certificate object is equal to the object specified by the other parameter; otherwise, false.
Show: