Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
other
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderInfoThe object to compare to.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
See Also
Equals Overload
ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top