示例#1
0
 public override bool Equals(object obj)
 {
     if (obj is Struct79)
     {
         Struct79 struct79_ = (Struct79)obj;
         return(Struct79.smethod_0(this, struct79_));
     }
     return(false);
 }
示例#2
0
 public static bool smethod_0(Struct79 struct79_0, Struct79 struct79_1)
 {
     return(struct79_0.double_0 == struct79_1.double_0 && struct79_0.double_1 == struct79_1.double_1);
 }
示例#3
0
 public static bool smethod_0(Struct79 struct79_0, Struct79 struct79_1)
 {
     return struct79_0.double_0 == struct79_1.double_0 && struct79_0.double_1 == struct79_1.double_1;
 }
示例#4
0
 public Struct79(Struct79 struct79_0)
 {
     this.double_0 = struct79_0.double_0;
     this.double_1 = struct79_0.double_1;
 }
示例#5
0
 public Struct79(Struct79 struct79_0)
 {
     this.double_0 = struct79_0.double_0;
     this.double_1 = struct79_0.double_1;
 }