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