Apache Lucene.Net 2.4.0 Class Library API

SupportClass.WeakHashTable.KeyEquals Method 

Customize the hashtable lookup process by overriding KeyEquals. KeyEquals will compare both WeakKey to WeakKey and WeakKey to real keys

protected override bool KeyEquals(
   object x,
   object y
);

See Also

SupportClass.WeakHashTable Class | (global) Namespace