Skip to content

,System.Reactive.EventPattern{-0,-1})}

EventPattern.op_Inequality(EventPattern, EventPattern) operator

Defined in

Type: EventPattern Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public static bool operator !=(EventPattern<TSender, TEventArgs> first, EventPattern<TSender, TEventArgs> second)

Summary: Determines whether two specified EventPattern objects represent a different event.

Parameters

NameTypeDescription
first[EventPattern](#The first [EventPattern](# to compare, or null.
second[EventPattern](#The second [EventPattern](# to compare, or null.

Returns: bool -- true if both EventPattern objects don't represent the same event; otherwise, false.