public bool EqualsPlane(DetectedPlane plane) { return(plane.GetHashCode() == this.PlaneCode); }
public DetectedPlatform(DetectedPlane plane) : base(plane.m_TrackableNativeHandle, plane.m_NativeSession) { PlaneCode = plane.GetHashCode(); }