将此类型与指定的 对象进行比较。
Namespace:System.Reactive
装配: System.Reactive.dll) 中的 System.Reactive (
语法
'Declaration
Public Function Equals ( _
other As EventPattern(Of TEventArgs) _
) As Boolean
'Usage
Dim instance As EventPattern
Dim other As EventPattern(Of TEventArgs)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
EventPattern<TEventArgs> other
)
public:
virtual bool Equals(
EventPattern<TEventArgs>^ other
) sealed
abstract Equals :
other:EventPattern<'TEventArgs> -> bool
override Equals :
other:EventPattern<'TEventArgs> -> bool
public final function Equals(
other : EventPattern<TEventArgs>
) : boolean
parameters
- 其他
类型: System.Reactive.EventPattern<TEventArgs>
要比较的对象。
返回值
类型: System.Boolean
返回布尔值。