Operator operator ==
operator ==(SensorHandle, SensorHandle)
Compares two SensorHandle instances for equality.
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 true if the two SensorHandles refer to the same sensor. |