Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Static Public Member Functions | List of all members
Lucene.Net.Support.Compare Class Reference

Summary description for TestSupportClass. More...

Static Public Member Functions

static bool CompareTermArrays (Index.Term[] t1, Index.Term[] t2)
 Compares two Term arrays for equality.
 

Detailed Description

Summary description for TestSupportClass.

Definition at line 27 of file Compare.cs.

Member Function Documentation

static bool Lucene.Net.Support.Compare.CompareTermArrays ( Index.Term[]  t1,
Index.Term[]  t2 
)
static

Compares two Term arrays for equality.

Parameters
t1First Term array to compare
t2Second Term array to compare
Returns
true if the Terms are equal in both arrays, false otherwise

Definition at line 35 of file Compare.cs.


The documentation for this class was generated from the following file: