Delegate FastEquality.TypeInfo.CompareEqualDelegate
Namespace: Unity.Entities
Syntax
public delegate bool CompareEqualDelegate(void *lhs, void *rhs);Parameters
| Type | Name | Description | 
|---|---|---|
| Void* | lhs | |
| Void* | rhs | 
Returns
| Type | Description | 
|---|---|
| Boolean | 
public delegate bool CompareEqualDelegate(void *lhs, void *rhs);| Type | Name | Description | 
|---|---|---|
| Void* | lhs | |
| Void* | rhs | 
| Type | Description | 
|---|---|
| Boolean |