Partager via


ProviderInfo.Equals Method (Object)

 

Determines if the current instance is equal to the specified Object.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

See Also

Equals Overload
ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top