OTX Reference
|
|
Tests for inequality More...
Public Attributes | |
Term[] | term |
Represents the operands which shall be tested for equality. Terms shall be evaluated in the order of appearance in the OTX document. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Tests for inequality
IsNotEqual
is a BooleanTerm
which tests for inequality of two or more operands. For SimpleTerm
arguments, true
is returned if and only if not all of the values of the terms are equal. For terms returning a reference, true
is returned if and only if not all of the references returned by the terms are equal.