Skip to main content
All docs
V21.2

Interval.GetHashCode() Method

Gets the hash code that corresponds to the value of the current Interval object.

Namespace: DevExpress.Blazor.RichEdit

Assembly: DevExpress.Blazor.RichEdit.v21.2.dll

NuGet Package: DevExpress.Blazor.RichEdit

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An integer value that specifies the hash code for the current object.

Remarks

This method supports the .NET infrastructure. For more information on hash codes, refer to the following topic: GetHashCode().

See Also