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

This member overrides Notification<T>.Equals(Notification<T>).

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Notification<T>.OnNext Class

Equals Overload

Microsoft.Phone.Reactive Namespace