Operator operator !=
operator !=(SensorHandle, SensorHandle)
Compares two SensorHandle instances for inequality.
Declaration
public static bool operator !=(SensorHandle left, SensorHandle right)
Parameters
| Type | Name | Description |
|---|---|---|
| SensorHandle | left | The first SensorHandle. |
| SensorHandle | right | The second SensorHandle. |
Returns
| Type | Description |
|---|---|
| bool | Returns false if the two SensorHandles refer to the same sensor. |