RequiredImpersonationLevelAttribute.Equals Method (RequiredImpersonationLevelAttribute)
Compares one RequiredImpersonationLevelAttribute object to another RequiredImpersonationLevelAttribute object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public bool Equals(
RequiredImpersonationLevelAttribute other
)
public:
virtual bool Equals(
RequiredImpersonationLevelAttribute^ other
) sealed
Public Function Equals (
other As RequiredImpersonationLevelAttribute
) As Boolean
Parameters
other
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.RequiredImpersonationLevelAttributeThe other RequiredImpersonationLevelAttribute object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the IDs of the objects are equal; otherwise, false.
Implements
See Also
Equals Overload
RequiredImpersonationLevelAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top