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

CameraDeviceBase.GetHashCode() Method

Returns the hash code for the current CameraDeviceBase object.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

The hash code for the current CameraDeviceBase object.

See Also