Share via


ProviderInfo.Equals Method (ProviderInfo)

 

Determines if the current instance is equal to the specified ProviderInfo

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

Syntax

public bool Equals(
    ProviderInfo other
)
public:
virtual bool Equals(
    ProviderInfo^ other
) sealed
Public Function Equals (
    other As ProviderInfo
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

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

Return to top