Click or drag to resize
SharpScriptBaseIsEqual Method
Compares two sharp script objects

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool IsEqual(
	SharpScriptBase other
)

Parameters

other
Type: SharpCharts.Base.SharpScriptSharpScriptBase
Sharp Script

Return Value

Type: Boolean
See Also