public override bool Equals(object obj) { if (obj is Struct12) { Struct12 struct12_ = (Struct12)obj; return(Struct12.smethod_0(this, struct12_)); } return(false); }
public static bool smethod_0(Struct12 struct12_0, Struct12 struct12_1) { return struct12_0.double_0 == struct12_1.double_0 && struct12_0.double_1 == struct12_1.double_1; }
public Struct12(Struct12 struct12_0) { this.double_0 = struct12_0.double_0; this.double_1 = struct12_0.double_1; }
public static bool smethod_0(Struct12 struct12_0, Struct12 struct12_1) { return(struct12_0.double_0 == struct12_1.double_0 && struct12_0.double_1 == struct12_1.double_1); }