Compares two Unit objects to determine whether they are equal.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static bool operator ==(
Unit left,
Unit right
)
Public Shared Operator = (
left As Unit,
right As Unit
) As Boolean
public:
static bool operator ==(
Unit^ left,
Unit^ right
)
static let inline (=)
left : Unit *
right : Unit : bool
Parameters
- left
- Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
The Unit on the left side of the operator. - right
- Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
The Unit on the right side of the operator.
Return Value
Type:
Booleantrue if both Unit objects are equal; otherwise, false.
See Also