Revit 2026 API
Analysis |
Compares two color settings objects.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEqual( AnalysisDisplayColorSettings other )
Public Function IsEqual ( other As AnalysisDisplayColorSettings ) As Boolean
public: bool IsEqual( AnalysisDisplayColorSettings^ other )
member IsEqual : other : AnalysisDisplayColorSettings -> bool
Parameters
- other AnalysisDisplayColorSettings
- Color settings object to compare to.
Return Value
BooleanTrue if objects are equal, false otherwise.
See Also