Skip to content

How to compare ScriptObject with other ScriptObject? #422

Closed

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions