Xapian.PostingIterator.Equals C# (CSharp) Method

Equals() public method

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

Same methods

PostingIterator::Equals ( object o ) : bool