Compare(FaceInfo)
Compares the information in this FaceInfo structure with the information in the given FaceInfo structure to determine whether they have the same values.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore
- Assembly: UnityEngine.TextCoreFontEngineModule
public bool Compare(FaceInfo other)
Parameters
The FaceInfo structure to compare this FaceInfo structure with.
Returns
Type | Description |
|---|---|
| bool | Returns true if the FaceInfo structures have the same values. False if not. |