TOP

isequal

Description

Check if the object to test equals to the condition's parameter. Check if the object value of one property is equal to the object value of another property. The comparison is held as of Java objects, by calling their equals() method. Two properties that have no value/they are not defined. are treated as equal.

Implementation class

net.mdatools.modelant.util.condition.IsEqualCondition

Parameters

Attribute Description Type
property1 The name of the first property whose value is to be compared. Default: this String
property2 The name of the second property whose value is to be compared. Default: this String

Use <typedef resource="net/mdatools/modelant/util/antlib.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools