Click or drag to resize
SharpScriptBaseIsInputEquals Method
Compares two input

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool IsInputEquals(
	ISeries<double> other
)

Parameters

other
Type: SharpCharts.Base.SharpScriptISeriesDouble
Series

Return Value

Type: Boolean
See Also