public RayHitID(RayHitID other) : this(C4dApiPINVOKE.new_RayHitID__SWIG_2(RayHitID.getCPtr(other)), true) { if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } }
public bool IsEqual(RayHitID snd) { bool ret = C4dApiPINVOKE.RayHitID_IsEqual(swigCPtr, RayHitID.getCPtr(snd)); if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }