public override bool Equals(object obj) { if (obj is Struct10) { Struct10 struct10_ = (Struct10)obj; return(Struct10.smethod_0(this, struct10_)); } return(false); }
public static bool smethod_0(Struct10 struct10_0, Struct10 struct10_1) { return(struct10_0.float_0 == struct10_1.float_0 && struct10_0.float_1 == struct10_1.float_1); }
public static bool smethod_0(Struct10 struct10_0, Struct10 struct10_1) { return struct10_0.float_0 == struct10_1.float_0 && struct10_0.float_1 == struct10_1.float_1; }
public Struct10(Struct10 struct10_0) { this.float_0 = struct10_0.float_0; this.float_1 = struct10_0.float_1; }