Delegate NetworkVariableSerialization<T>.EqualsDelegate
Delegate for comparing two values of type T for equality
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 | First value to compare |
| T | b | Second value to compare |
Returns
| Type | Description |
|---|---|
| bool | True if the values are equal, false otherwise |