|
Zen API
|
Determines whether a value is equal to another value.
The default implementation of this method uses type introspection to compare the values field by field. This approach is not efficient, and in some cases may not produce the desired result. Value types can override this method if it is likely that equality comparisons will be required.
| type | Value type. |
| value | Pointer to value. |
| other | Pointer to other value. |