Delegate NetworkVariableSerialization<T>.EqualsDelegate
A callback to check if two values are equal.
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate bool NetworkVariableSerialization<T>.EqualsDelegate(ref T a, ref T b)
Parameters
Type | Name | Description |
---|---|---|
T | a | |
T | b |
Returns
Type | Description |
---|---|
bool |