Xapian.MSetIterator.Equals C# (CSharp) Method

Equals() public method

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

Same methods

MSetIterator::Equals ( object o ) : bool