Skip to content

RxVoid.op_Equality(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 equal. Because RxVoid has a single value, this always returns true.

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 true.