ScriptEvent.Equals Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Equals(Object)
Returns a value indication whether this object equals another object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | Anotehr object. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the objects are equal, false otherwise. |