Unit.Equals Method (Unit)

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

Syntax

'Declaration
Public Function Equals ( _
    other As Unit _
) As Boolean
public bool Equals(
    Unit other
)
public:
virtual bool Equals(
    Unit other
) sealed
abstract Equals : 
        other:Unit -> bool  
override Equals : 
        other:Unit -> 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

Unit Structure

Equals Overload

Microsoft.Phone.Reactive Namespace