Xapian.ESetIterator.Equals C# (CSharp) Method

Equals() public method

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

Same methods

ESetIterator::Equals ( object o ) : bool