Equals Method (X509Certificate)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  mscorlib (in mscorlib.dll)

public virtual bool Equals(
	X509Certificate other
)

Parameters

other
Type: System.Security.Cryptography.X509Certificates.X509Certificate
An object to compare to the current object.

Return Value

Type: System.Boolean
true if the current X509Certificate object is equal to the object specified by the other parameter; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft