Skip to main content
A newer version of this page is available. .

SpellCheckErrorBase.GetHashCode() Method

Returns the hash code for the current SpellCheckErrorBase object.

Namespace: DevExpress.XtraSpellChecker.Rules

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

The hash code for the SpellCheckErrorBase object.

See Also