public bool Equals(PostingIterator other) { bool ret = XapianPINVOKE.PostingIterator_Equals(swigCPtr, PostingIterator.getCPtr(other)); if (XapianPINVOKE.SWIGPendingException.Pending) { throw XapianPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PostingIterator(PostingIterator other) : this(XapianPINVOKE.new_PostingIterator__SWIG_1(PostingIterator.getCPtr(other)), true) { if (XapianPINVOKE.SWIGPendingException.Pending) { throw XapianPINVOKE.SWIGPendingException.Retrieve(); } }