shouldEqual

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