Operator or term |
Result |
---|---|
|
True if both operands are true |
|
True if either operand is true |
|
True if the first operand is greater than the second |
|
True if the first operand is less than the second |
|
True if the first operand is greater than or equal to the second |
|
True if the first operand is less than or equal to the second |
|
True if the two operands are equal |
|
True if the two operands are not equal |
|
True if the operand is false |
|
True if a PCI device whose name includes <string> is found in the hardware discovery file. <string> is case-sensitive. |
|
The hardware discovery file is searched for <string>, and the corresponding value is the value of this term. <string> is case-sensitive. |
|
A literal string, used for comparison |
|
A literal number, used for comparison |