Operator operator >
operator >(SystemTypeIndex, SystemTypeIndex)
Evaluates if one SystemTypeIndex is greater than the other.
Declaration
public static bool operator >(SystemTypeIndex lhs, SystemTypeIndex rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemTypeIndex | lhs | The left-hand side |
| SystemTypeIndex | rhs | The right-hand side |
Returns
| Type | Description |
|---|---|
| bool | True if the left-hand side's SystemTypeIndex is greater than the right-hand side's. |