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