Skip to content

RxVoid.op_Inequality(RxVoid, RxVoid) operator

Defined in

Type: RxVoid Namespace: Minimalist.Reactive Assembly: Minimalist.Reactive.dll

Applies to

netstandard2.0

public static bool operator !=(RxVoid first, RxVoid second)

View source

Summary: Determines whether the two specified RxVoid values are not equal. Because RxVoid has a single value, this always returns false.

Parameters

NameTypeDescription
first[RxVoid](#The first [RxVoid](# value to compare.
second[RxVoid](#The second [RxVoid](# value to compare.

Returns: bool -- Because RxVoid has a single value, this always returns false.