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 two specified ProviderInfo objetcs are equal.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public static bool operator !=(
ProviderInfo left,
ProviderInfo right
)
public:
static bool operator !=(
ProviderInfo^ left,
ProviderInfo^ right
)
Public Shared Operator <> (
left As ProviderInfo,
right As ProviderInfo
) As Boolean
Parameters
left
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderInfoThe first object to compare.
right
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderInfoThe second object to compare.
Return Value
Type: System.Boolean
true if the objects are not equal; otherwise, false.
See Also
ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top