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.
Calls the Equals method with the specified object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public override bool Equals(
object other
)
public:
virtual bool Equals(
Object^ other
) override
Public Overrides Function Equals (
other As Object
) As Boolean
Parameters
other
Type: System.ObjectThe object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
See Also
Equals Overload
NotificationSource Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top