Compares two legend settings objects.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsEqual( AnalysisDisplayLegendSettings other )
Parameters
- other AnalysisDisplayLegendSettings
- Legend settings object to compare to.
Return Value
BooleanTrue if objects are equal, false otherwise.