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.42 (1.0.0.42)
Syntax
C#
public bool IsEqual(
	SharpScriptBase other
)

Parameters

other
Type: SharpCharts.Base.SharpScriptSharpScriptBase
Sharp Script

Return Value

Type: Boolean
See Also