[]
        
(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)
Public Overrides Function Equals(obj As Object) As Boolean
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