[]
Tests whether the two unit values are equal.
public static bool operator ==(Unit u1, Unit u2)
Type | Name | Description |
---|---|---|
Unit | u1 | The first unit value. |
Unit | u2 | The second unit value. |
Type | Description |
---|---|
bool | true if the two units are equal, false otherwise. |