Table of Contents

Method Equals

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

Equals(IScriptSource)

Determines whether the specified IScriptSource is equal to the current ScriptSource.

public bool Equals(IScriptSource other)

Parameters

other IScriptSource

The IScriptSource to compare with the current source.

Returns

bool

True if the specified source is equal to the current source; otherwise, false.