CameraDeviceSettingValueEquals Method
|
Equivalent evaluation of setting values of camera.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax bool Equals(
Object value
)
Function Equals (
value As Object
) As Boolean
bool Equals(
Object^ value
)
Parameters
- value
- Type: SystemObject
Value to be compared
Return Value
Type:
BooleanComparison result. True if they match
See Also