Indicates whether the current object is equal to another object of the same type.
Namespace: Lucene.Net.Search.RegexAssembly: Contrib.Regex (in Contrib.Regex.dll) Version: 2.9.4.0 (2.9.4)
Syntax
C# |
---|
public bool Equals( RegexQuery other ) |
Visual Basic |
---|
Public Function Equals ( _ other As RegexQuery _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( RegexQuery^ other ) sealed |
Parameters
- other
- Type: Lucene.Net.Search.Regex..::..RegexQuery
An object to compare with this object