Notification<T>.Equals Method (Notification<T>)

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public MustOverride Function Equals ( _
    other As Notification(Of T) _
) As Boolean
public abstract bool Equals(
    Notification<T> other
)
public:
virtual bool Equals(
    Notification<T>^ other
) abstract
abstract Equals : 
        other:Notification<'T> -> bool

Parameters

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Notification<T> Class

Equals Overload

Microsoft.Phone.Reactive Namespace