Method SetIEquatable_EqualsFn
SetIEquatable_EqualsFn(Int32, Delegate, Boolean)
Used by codegen
Declaration
public static void SetIEquatable_EqualsFn(int indexInTypeArray, Delegate fn, bool burstCompile)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | indexInTypeArray | TypeIndex.Index |
| Delegate | fn | Equals function |
| Boolean | burstCompile | Is burst enabled |