Skip to main content

CameraDeviceBase.GetHashCode() Method

Returns the hash code for the current CameraDeviceBase object.

Namespace: DevExpress.Data.Camera

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

The hash code for the current CameraDeviceBase object.

See Also