Method HasBeenModified
- Namespace
 - Alternet.Scripter.IronPython
 
- Assembly
 - Alternet.Scripter.IronPython.v10.dll
 
HasBeenModified(IScriptSource)
Compares file modification dates against to other script source.
public bool HasBeenModified(IScriptSource other)
Parameters
otherIScriptSourceIScriptSource to compare.
Returns
- bool
 True, if source has been changed since last compilation; otherwise false.