Compare two SearchFilters for equality.
public bool Equals(ref SearchFilter other);
Public Function Equals(ByRef other As SearchFilter) As bool
|
Parameters |
Description |
|
other |
SearchFilter to be compared |
Returns true if the two SearchFilters contain the same indexes and the same selections for each index.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|