Skip to content

Unit.op_Inequality(Unit, Unit) operator

Defined in

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

Applies to

netstandard2.0

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

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

Parameters

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

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