Operator operator !=
operator !=(SystemHandleUntyped, SystemHandleUntyped)
SystemHandle instances are equal if they refer to the same system instance.
Declaration
public static bool operator !=(SystemHandleUntyped lhs, SystemHandleUntyped rhs)Parameters
| Type | Name | Description | 
|---|---|---|
| SystemHandleUntyped | lhs | A SystemHandle instance. | 
| SystemHandleUntyped | rhs | Another SystemHandle instance. | 
Returns
| Type | Description | 
|---|---|
| bool | True, if the SystemHandles represent different system instances. |