Example #1
0
 private static double Validate(SmsLabel value1, SmsLabel value2)
 {
     return(value1 == value2 ? 1.0 : 0.0);
 }
Example #2
0
 public Sms(SmsLabel label, string text)
 {
     this.Label = label;
     this.Text  = text;
 }