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