| ViewCaptureSettingsEquals Method (ViewCaptureSettings) | 
 
            Check if the contents of this object is the same as another object
            
 
    Namespace: 
   Rhino.Display
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 8.5
 Syntax
Syntaxpublic bool Equals(
	ViewCaptureSettings other
)
Public Function Equals ( 
	other As ViewCaptureSettings
) As Boolean
Parameters
- other
- Type: Rhino.DisplayViewCaptureSettings
 other settings to compare against
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Rhino.Display.ViewCaptureSettings.Equals(Rhino.Display.ViewCaptureSettings)"]
 See Also
See Also