Operator operator ==
operator ==(SystemTypeIndex, SystemTypeIndex)
SystemTypeIndex instances are equal if they refer to the same system type.
Declaration
public static bool operator ==(SystemTypeIndex lhs, SystemTypeIndex rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemTypeIndex | lhs | SystemTypeIndex on left side of the equality expression |
| SystemTypeIndex | rhs | SystemTypeIndex on right side of the equality expression |
Returns
| Type | Description |
|---|---|
| bool | True, if both TypeIndices are equal. |