Method Equals
- Namespace
 - Alternet.Scripter.IronPython
 
- Assembly
 - Alternet.Scripter.IronPython.v10.dll
 
Equals(IScriptSource)
Determines whether the specified IScriptSource is equal to the current ScriptSource.
public bool Equals(IScriptSource other)
Parameters
otherIScriptSourceThe
IScriptSourceto compare with the current source.
Returns
- bool
 True if the specified source is equal to the current source; otherwise, false.