Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public bool Compare(FaceInfo other)

Parameters

The FaceInfo structure to compare this FaceInfo structure with.

Returns

Type

Description

boolReturns true if the FaceInfo structures have the same values. False if not.