Indicates whether the current object is equal to another object of the same type.

Namespace: Lucene.Net.Search.Regex
Assembly: Contrib.Regex (in Contrib.Regex.dll) Version: 2.9.4.0 (2.9.4)

Syntax

C#
public bool Equals(
	CSharpRegexCapabilities other
)
Visual Basic
Public Function Equals ( _
	other As CSharpRegexCapabilities _
) As Boolean
Visual C++
public:
virtual bool Equals(
	CSharpRegexCapabilities^ other
) sealed

Parameters

other
Type: Lucene.Net.Search.Regex..::..CSharpRegexCapabilities
An object to compare with this object

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also