Notification<T>.Equality-Operator
Namespace: Microsoft.Phone.Reactive
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As Notification(Of T), _
right As Notification(Of T) _
) As Boolean
public static bool operator ==(
Notification<T> left,
Notification<T> right
)
public:
static bool operator ==(
Notification<T>^ left,
Notification<T>^ right
)
static let inline (=)
left:Notification<'T> *
right:Notification<'T> : bool
Parameter
- left
Typ: Microsoft.Phone.Reactive.Notification<T>
- right
Typ: Microsoft.Phone.Reactive.Notification<T>
Rückgabewert
Typ: System.Boolean
Versionsinformationen
.NET für Windows Phone-Apps
Unterstützt in: Windows Phone 8, Silverlight 8.1
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.