Replies: 2 comments 3 replies
|
Hi @viceice, V8 provides no facility for overriding the behavior of JavaScript operators. For an object, One other possibility is to leverage ClearScript's "canonical reference" feature, which exposes the same boxed [ImmutableValue]
public struct JsUuid : IEquatable<JsUuid> {
...
}Thanks! |
Unfortunately, no, but we're fixing that in the next release; in fact, we're extending canonical referencing to all EDIT: In the meantime, you can use |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have some simple wrapper class, which should be comparable in v8 engine.
Can't get it to work
All reactions