Equal - Check whether multiple texts are equal 
		
		This action compares several text strings to check whether they are all equal.
		
		For comparison of non-texts,
		use Miscellaneous/Equal.
		 
		 Triggers 
		
		The action's template has two triggers (Text 1 and Text 2),
		but the action can be used
		with any number of triggers. The action
		compares any of the texts received through any of the triggers:
		
		
		-  For any non-repetitive trigger
		     (e.g. Text 1 or Text 2 in the action's template): comparing the
		     text received through the trigger (if any); 
 
		-  For any repetitive trigger:
		     comparing any of the texts received through the
		     trigger (if any). 
 
		
		
		Exits [none required] 
		
		The two exits represent two mutually exclusive possibilities:
		
		<Yes> (non-repetitive text exit [not required]): One
		of the input texts, in case all input dates are equal.
		
		<No> (non-repetitive empty exit [not required]): Charged
		in case at least two texts are different.
		
		 Usage Examples 
		
		... (need to complete)