Operator operator !=
operator !=(ARLightEstimationData, ARLightEstimationData)
Compares lhs
and rhs
for inequality using Equals(ARLightEstimationData).
Declaration
public static bool operator !=(ARLightEstimationData lhs, ARLightEstimationData rhs)
Parameters
Type | Name | Description |
---|---|---|
ARLightEstimationData | lhs | The left-hand-side ARLightEstimationData of the comparison. |
ARLightEstimationData | rhs | The right-hand-side ARLightEstimationData of the comparison. |
Returns
Type | Description |
---|---|
bool |
|