Click or drag to resize

CaptureSettingEquals Method

Indicates whether some other setting values is "equal to" this one.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to be compared

Return Value

Type: Boolean
Comparison result. True if they match
See Also