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