Operator operator <=
operator <=(BeamIndices, BeamIndices)
Compares two BeamIndices instances.
Declaration
public static bool operator <=(BeamIndices lhs, BeamIndices rhs)
Parameters
Type | Name | Description |
---|---|---|
BeamIndices | lhs | The first instance. |
BeamIndices | rhs | The second instance. |
Returns
Type | Description |
---|---|
bool | True if the first instance comes before or at the same position as the second. |