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