Xapian.ValueIterator.Equals C# (CSharp) Method

Equals() public method

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

Same methods

ValueIterator::Equals ( object o ) : bool