using System; using Cpp2IlInjected; namespace UnityEngine.XR.ARFoundation { // Token: 0x02000029 RID: 41 [Token(Token = "0x2000024")] public struct ARPointCloudUpdatedEventArgs : IEquatable { // Token: 0x060001CD RID: 461 RVA: 0x00002CCC File Offset: 0x00000ECC [Token(Token = "0x60001C4")] [Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "2")] public override int GetHashCode() { return 0; } // Token: 0x060001CE RID: 462 RVA: 0x00002CE4 File Offset: 0x00000EE4 [Token(Token = "0x60001C5")] [Address(RVA = "0x2629120", Offset = "0x2628120", VA = "0x182629120", Slot = "0")] public override bool Equals(object obj) { return default(bool); } // Token: 0x060001CF RID: 463 RVA: 0x00002CFC File Offset: 0x00000EFC [Token(Token = "0x60001C6")] [Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0", Slot = "4")] public bool Equals(ARPointCloudUpdatedEventArgs other) { return default(bool); } // Token: 0x060001D0 RID: 464 RVA: 0x00002D14 File Offset: 0x00000F14 [Token(Token = "0x60001C7")] [Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0")] public static bool operator ==(ARPointCloudUpdatedEventArgs lhs, ARPointCloudUpdatedEventArgs rhs) { return default(bool); } // Token: 0x060001D1 RID: 465 RVA: 0x00002D2C File Offset: 0x00000F2C [Token(Token = "0x60001C8")] [Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690")] public static bool operator !=(ARPointCloudUpdatedEventArgs lhs, ARPointCloudUpdatedEventArgs rhs) { return default(bool); } } }