다음을 통해 공유


Notification.Equals Method (Notification)

 

Compares one Notification object to another Notification object.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

Syntax

public bool Equals(
    Notification other
)
public:
virtual bool Equals(
    Notification^ other
) sealed
Public Function Equals (
    other As Notification
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

Implements

IEquatable<T>.Equals(T)

See Also

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

Return to top