[]
        
(Showing Draft Content)

C1.C1Preview.Unit.Equals

Equals Method

Equals(object)

Compares the current unit value with another object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare the current with.

Returns
Type Description
bool

true if the two objects repesent the same unit value, false otherwise.

Overrides