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
- other
Type: Microsoft.Phone.Reactive.Unit
Return Value
Type: System.Boolean
Implements
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.