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