// Token: 0x06002DCA RID: 11722 RVA: 0x000AFB44 File Offset: 0x000ADD44
        public override bool Equals(object obj)
        {
            if (!(obj is Struct56))
            {
                return(false);
            }
            Struct56 b = (Struct56)obj;

            return(Struct56.smethod_0(this, b));
        }
 // Token: 0x06002DC9 RID: 11721 RVA: 0x0001605A File Offset: 0x0001425A
 public static bool smethod_1(Struct56 a, Struct56 b)
 {
     return(!Struct56.smethod_0(a, b));
 }
 // Token: 0x06002DC8 RID: 11720 RVA: 0x000AFAF4 File Offset: 0x000ADCF4
 public static bool smethod_0(Struct56 a, Struct56 b)
 {
     return(a.float_3 == b.float_3 && a.float_0 == b.float_0 && a.float_1 == b.float_1 && a.float_2 == b.float_2);
 }