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