Skip to content

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

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