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