Delegate ConditionFilter<T>.ValidComparer
Delegate used for validating an object
Namespace: Unity.Semantic.Traits.Queries
Syntax
public delegate bool ValidComparer(ref T other, ref T reference);
Parameters
| Type | Name | Description |
|---|---|---|
| T | other | Trait value |
| T | reference | Reference trait data |
Returns
| Type | Description |
|---|---|
| Boolean |