다음을 통해 공유


X509Name.Equals Method (Object)

 

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 override bool Equals(
    object obj
)

Parameters

  • obj
    Type: System.Object

    The 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