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