public override bool Equals(object obj) { if (obj is Struct79) { Struct79 struct79_ = (Struct79)obj; return(Struct79.smethod_0(this, struct79_)); } return(false); }
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); }
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; }
public Struct79(Struct79 struct79_0) { this.double_0 = struct79_0.double_0; this.double_1 = struct79_0.double_1; }