protected PCondIsObjectEqA1Q(PrimitiveIsObjectEqA1Q predicate, SCode consequent, SCode alternative)
     : base(predicate, consequent, alternative)
 {
     this.rand1Value = predicate.rand1Value;
 }
 public static SCode Make(PrimitiveIsObjectEqA1Q predicate, SCode consequent, SCode alternative)
 {
     return
         new PCondIsObjectEqA1Q (predicate, consequent, alternative);
 }
 public static SCode Make(Primitive2 rator, Argument1 rand0, SCode rand1)
 {
     return
         ((rand1 is Quotation) ? PrimitiveIsObjectEqA1Q.Make(rator, rand0, (Quotation)rand1)
         : Unimplemented());
 }