Skip to content

How to compare ScriptObject with other ScriptObject? #422

Closed
@CrosRoad95

Description

@CrosRoad95

I just want to make subscribe/unsubscribe methods
so:

const a = () => { } 

subscribe(a) // internally doing: subscribers.Add(scriptObject)
unsubscribe(a) // subscribers.Remove(scriptObject)

but comparer always return false

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions