| CameraDeviceSettingEquals Method  | 
        
         Indicates whether some other setting values is "equal to" this one.
 
    Namespace: 
   Ricoh.CameraController
    Assembly:
   RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
- obj
- Type: SystemObject
 Object to be compared
Return Value
Type: 
BooleanComparison result. True if they match
 See Also
See Also