Operator operator ==
operator ==(ARCoreFaceRegionData, ARCoreFaceRegionData)
Tests for equality. Same as Equals(ARCoreFaceRegionData).
Declaration
public static bool operator ==(ARCoreFaceRegionData lhs, ARCoreFaceRegionData rhs)
Parameters
Type | Name | Description |
---|---|---|
ARCoreFaceRegionData | lhs | The left-hand side of the comparison. |
ARCoreFaceRegionData | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool |
|