Compares two diagram settings objects.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsEqual( AnalysisDisplayDiagramSettings other )
Parameters
- other AnalysisDisplayDiagramSettings
- Diagram settings object to compare with.
Return Value
BooleanTrue if objects are equal, false otherwise.