Revit 2026 API
Direct |
Check if the contents of two instances of settings are equal.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEqual( DirectContext3DHandleSettings other )
Public Function IsEqual ( other As DirectContext3DHandleSettings ) As Boolean
public: bool IsEqual( DirectContext3DHandleSettings^ other )
member IsEqual : other : DirectContext3DHandleSettings -> bool
Parameters
- other DirectContext3DHandleSettings
- The settings to be compared.
Return Value
BooleanTrue for equal, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also