Operator operator <=
operator <=(BoardSize, BoardSize)
Check that all fields of the left-hand BoardSize are less than or equal to the field of the right-hand BoardSize
Declaration
public static bool operator <=(BoardSize lhs, BoardSize rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| BoardSize | lhs | |
| BoardSize | rhs |
Returns
| Type | Description |
|---|---|
| bool | True if all fields are less than or equal. |