Click or drag to resize
LayoutDecoratorBaseInequality Operator
Operator not equal

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
Whether objects are not equal
See Also