Unit.Equality Operator
Namespace: Microsoft.Phone.Reactive
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
Syntax
'Declaration
Public Shared Operator = ( _
unit1 As Unit, _
unit2 As Unit _
) As Boolean
public static bool operator ==(
Unit unit1,
Unit unit2
)
public:
static bool operator ==(
Unit unit1,
Unit unit2
)
static let inline(=)
unit1:Unit *
unit2:Unit : bool
Parameters
- unit1
Type: Microsoft.Phone.Reactive.Unit
- unit2
Type: Microsoft.Phone.Reactive.Unit
Return Value
Type: System.Boolean
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.