ScriptDefinitionIsEquivalentTo Method

Spotfire 14.3 API Reference
Determines whether the specified ScriptDefinition, is equivalent to this instance. Equivalent is defined by: the script Name, Description, ScriptCode, Language, Parameters, WrapInTransaction are all equal. This method does not check the trusted status of the script

Namespace:  Spotfire.Dxp.Application.Scripting
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public bool IsEquivalentTo(
	ScriptDefinition other
)

Parameters

other
Type: Spotfire.Dxp.Application.ScriptingScriptDefinition
The ScriptDefinition to compare with this instance

Return Value

Type: Boolean
true if the specified ScriptDefinition is equivalent to this instance; otherwise, false.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference