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)
Summary:
Determines whether the two specified RxVoid values are not equal. Because RxVoid has a single value, this always returns false.
Parameters
| Name | Type | Description |
|---|---|---|
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.