OTX Reference
|
|
Test for equality 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... | |
Test for equality
IsEqual
is a BooleanTerm
which tests for equality of two or more operands. For SimpleTerm
arguments, true
is returned if and only if the values of all terms are equal. For terms returning a reference value (e.g. a reference to a List
or Map
), true
is returned if and only if the references returned by all terms are equal.