Timestamped<T>.Equality Operator

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

Syntax

'Declaration
Public Shared Operator = ( _
    first As Timestamped(Of T), _
    second As Timestamped(Of T) _
) As Boolean
public static bool operator ==(
    Timestamped<T> first,
    Timestamped<T> second
)
public:
static bool operator ==(
    Timestamped<T> first, 
    Timestamped<T> second
)
static let inline(=)
        first:Timestamped<'T> * 
        second:Timestamped<'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

Timestamped<T> Structure

Microsoft.Phone.Reactive Namespace