Compartilhar via


Notification.Equals Method (Object)

 

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.Object

    The object to which the comparison will be made.

Return Value

Type: System.Boolean

true if the Category, ID, and Source of the objects are equal; otherwise, false.

See Also

Equals Overload
Notification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top