TimeInterval<T>.Equality (Operador)

Espacio de nombres:  Microsoft.Phone.Reactive
Ensamblado:  Microsoft.Phone.Reactive (en Microsoft.Phone.Reactive.dll)

Sintaxis

'Declaración
Public Shared Operator = ( _
    first As TimeInterval(Of T), _
    second As TimeInterval(Of T) _
) As Boolean
public static bool operator ==(
    TimeInterval<T> first,
    TimeInterval<T> second
)
public:
static bool operator ==(
    TimeInterval<T> first, 
    TimeInterval<T> second
)
static let inline (=)
        first:TimeInterval<'T> * 
        second:TimeInterval<'T>  : bool

Parámetros

Valor devuelto

Tipo: System.Boolean

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

TimeInterval<T> Estructura

Microsoft.Phone.Reactive (Espacio de nombres)