mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Added concept of strict equality
This commit is contained in:
parent
308605a7dd
commit
abeda6909b
13 changed files with 249 additions and 79 deletions
|
@ -657,6 +657,7 @@ enum BfCallingConvention : uint8
|
|||
#define BF_METHODNAME_INVOKE "Invoke"
|
||||
#define BF_METHODNAME_TO_STRING "ToString"
|
||||
#define BF_METHODNAME_DEFAULT_EQUALS "__Equals"
|
||||
#define BF_METHODNAME_DEFAULT_STRICT_EQUALS "__StrictEquals"
|
||||
|
||||
enum BfOptimize : int8
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue