Exemplo n.º 1
0
	/*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/

	/** Equality test. */
	public  bool Equals(reduce_action other)
{
	return other != null && other.reduce_with() == reduce_with();
}
Exemplo n.º 2
0
        /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/

        /** Equality test. */
        public bool Equals(reduce_action other)
        {
            return(other != null && other.reduce_with() == reduce_with());
        }