[]
Compares the current unit value with another object.
public override bool Equals(object obj)
Type | Name | Description |
---|---|---|
object | obj | The object to compare the current with. |
Type | Description |
---|---|
bool | true if the two objects repesent the same unit value, false otherwise. |