Click or drag to resize
LayoutDecoratorBaseEquality Operator
Operator comparing

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 static bool operator ==(
	LayoutDecoratorBase layoutDecoratorOne,
	LayoutDecoratorBase layoutDecoratorTwo
)

Parameters

layoutDecoratorOne
Type: Kettic.AspNet.Controls.ChartModel.StylesLayoutDecoratorBase
First object for comparing
layoutDecoratorTwo
Type: Kettic.AspNet.Controls.ChartModel.StylesLayoutDecoratorBase
Second object for comparing

Return Value

Type: Boolean
Result of comparing
See Also