Click or drag to resize
SharpScriptBase.IsInputEquals 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.SharpScript.ISeries<Double>
Series

Return Value

Type: Boolean
See Also