QEEqual Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Query.Processor
Interfaces
Base Types
Derived Types
graph BT Type-->Base0["QEAbstract"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QEAbstract" Base0-->Base1["QE"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QE" Base1-->Base2["Object"] Type-.->Interface0["IUnversioned"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IUnversioned" Type["QEEqual"] class Type type-node Derived0["QEIdentity"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QEIdentity"

Syntax

public class QEEqual : QEAbstract, IUnversioned

Fields

Name Constant Value Summary
Equal 2
Inherited from QE
static
Greater 3
Inherited from QE
static
Nulls 0
Inherited from QE
static
Smaller 1
Inherited from QE
static

Methods

Name Value Summary
Equals(Object) bool
Inherited from QE
GetHashCode() int
Inherited from QE
Identity() bool
Inherited from QE
IndexBitMap(bool[]) void
SupportsIndex() bool
Inherited from QE