Table of Contents

operator == Operator

Definition

Namespace
Tyne
Assembly
Tyne.Core.dll

Operators

| Edit this page View Source

operator ==(Unit, Unit)

Determines whether Units are equal.

Declaration
public static bool operator ==(Unit _1, Unit _2)
Parameters
_1
Unit

The left-hand Unit. This is ignored.

_2
Unit

The right-hand Unit. This is ignored.

Returns
bool
Remarks

This always returns true.