shouldEqual

infix fun Condition<*>.shouldEqual(other: Condition<*>)(source)
infix fun Action<*>.shouldEqual(other: Action<*>)(source)
infix fun Actionable<*>.shouldEqual(other: Actionable<*>)(source)
infix fun NodeProperty<*>.shouldEqual(other: NodeProperty<*>)(source)
infix fun Node<*>.shouldEqual(other: Node<*>)(source)
infix fun LinkingRule<*, *>.shouldEqual(other: LinkingRule<*, *>)(source)
infix fun <T, P : Position<P>> Environment<T, P>.shouldEqual(other: Environment<T, P>)(source)