Apache Lucene.Net 2.4.0 Class Library API

SupportClass.Compare.CompareTermArrays Method 

Compares two Term arrays for equality.

public static bool CompareTermArrays(
   Term[] t1,
   Term[] t2
);

Parameters

t1
First Term array to compare
t2
Second Term array to compare

Return Value

true if the Terms are equal in both arrays, false otherwise

See Also

SupportClass.Compare Class | (global) Namespace