Click or drag to resize
UnitEquals Method
Compares this Unit with the specified object.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The specified object for comparison.

Return Value

Type: Boolean
true if the Unit that this method is called from is equal to the specified object; otherwise, false.
See Also