Compares the current unit value with another object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::..Object
The object to compare the current with.

Return Value

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

See Also