Example #1
0
 public override bool Equals(object obj)
 {
     if (obj is Struct78)
     {
         Struct78 struct78_ = (Struct78)obj;
         return(Struct78.smethod_0(this, struct78_));
     }
     return(false);
 }
Example #2
0
 public static bool smethod_0(Struct78 struct78_0, Struct78 struct78_1)
 {
     return(struct78_0.float_0 == struct78_1.float_0 && struct78_0.float_1 == struct78_1.float_1);
 }
Example #3
0
 public static bool smethod_0(Struct78 struct78_0, Struct78 struct78_1)
 {
     return struct78_0.float_0 == struct78_1.float_0 && struct78_0.float_1 == struct78_1.float_1;
 }
Example #4
0
 public Struct78(Struct78 struct78_0)
 {
     this.float_0 = struct78_0.float_0;
     this.float_1 = struct78_0.float_1;
 }
Example #5
0
 public Struct78(Struct78 struct78_0)
 {
     this.float_0 = struct78_0.float_0;
     this.float_1 = struct78_0.float_1;
 }