X509Name.Equals Method (X509Name)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Determines whether the specified object is equal to the current object
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public bool Equals(
X509Name other
)
Parameters
other
Type: System.Fabric.X509NameThe object to compare with the current object
Return Value
Type: System.Boolean
Returns true if the objects are equal, false otherwise.
See Also
Equals Overload
X509Name Class
System.Fabric Namespace
Return to top