AnalysisDisplayLegendSettingsIsEqual Method

Compares two legend 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(
	AnalysisDisplayLegendSettings other
)

Parameters

other  AnalysisDisplayLegendSettings
Legend settings object to compare to.

Return Value

Boolean
True if objects are equal, false otherwise.
See Also