Skip to main content
All docs
V24.2

ValidationErrorInfo.GetHashCode() Method

In This Article

Serves as the default hash function.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

public override int GetHashCode()

#Returns

Type Description
Int32

A hash code for the current object.

See Also