Ejemplo n.º 1
0
 /// <summary>
 /// override method
 /// </summary>
 public override bool Equals(object that)
 {
     YPF.Comercial.RRCC.SUP.intrnl.SISSubscription that_1 = that as YPF.Comercial.RRCC.SUP.intrnl.SISSubscription;
     if (that_1 == null)
     {
         return(false);
     }
     YPF.Comercial.RRCC.SUP.intrnl.SISSubscriptionKey id_2 = this._pk();
     YPF.Comercial.RRCC.SUP.intrnl.SISSubscriptionKey id_3 = that_1._pk();
     if ((id_2 == null) || (id_3 == null))
     {
         return(false);
     }
     return(id_2.Equals(id_3));
 }