指示此实例和其他实例是否相等。
Namespace:System.Reactive
装配: System.Reactive.dll) 中的 System.Reactive (
语法
'Declaration
Public MustOverride Function Equals ( _
other As Notification(Of T) _
) As Boolean
'Usage
Dim instance As Notification
Dim other As Notification(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public abstract bool Equals(
Notification<T> other
)
public:
virtual bool Equals(
Notification<T>^ other
) abstract
abstract Equals :
other:Notification<'T> -> bool
public abstract function Equals(
other : Notification<T>
) : boolean
parameters
- 其他
类型: System.Reactive.Notification<T>
要检查此实例相等性的另一个通知。
返回值
类型: System.Boolean
如果此实例与其他通知相等,则为 true;否则为 false。