Skip to main content

CameraDeviceBase.GetHashCode() Method

Returns the hash code for the current CameraDeviceBase object.

Namespace: DevExpress.Data.Camera

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

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

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

The hash code for the current CameraDeviceBase object.

See Also