LayoutT Operators and Type Conversions |
The LayoutT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator == using FixedValue | |
| (T to LayoutT) |
Converts a given value to a LayoutT.
| |
| (String to LayoutT) |
Converts a given text to a LayoutT.
| |
| Inequality |
Implements the operator != using FixedValue |