public bool Equals(Bullet obj) { if (obj == null) return false; return (obj.swigCPtr.Handle == this.swigCPtr.Handle); }
internal static HandleRef getCPtr(Bullet obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }