コード例 #1
0
ファイル: reduce_action.cs プロジェクト: rmorgan0076/CUP
        /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/

        /// <summary>Equality test.
        /// </summary>
        public virtual bool equals(reduce_action other)
        {
            return(other != null && other.reduce_with() == reduce_with());
        }
コード例 #2
0
ファイル: reduce_action.cs プロジェクト: BeyondOrdinary/CUP
 /*. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/
 /// <summary>Equality test. 
 /// </summary>
 public virtual bool equals(reduce_action other)
 {
     return other != null && other.reduce_with() == reduce_with();
 }