이 형식을 지정된 개체와 비교합니다.
네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)
구문
'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
매개 변수
- other
형식: System.Reactive.EventPattern<TEventArgs>
비교할 개체입니다.
반환 값
형식: System.Boolean
부울을 반환합니다.