Method Equals
Equals(IScriptSource)
Determines whether the specified IScriptSource
is equal to the current ScriptSource
.
public bool Equals(IScriptSource other)
Parameters
other
IScriptSourceThe
IScriptSource
to compare with the current source.
Returns
- bool
True if the specified source is equal to the current source; otherwise, false.