Method Equals
- Namespace
- Alternet.Scripter.TypeScript
- Assembly
- Alternet.Scripter.TypeScript.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.