Example #1
0
 public bool Equals(Program other)
 {
     return(Body.Equals(other.Body));
 }