Revit 2025 API
Analysis |
Compares two colored surface settings objects.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsEqual( AnalysisDisplayMarkersAndTextSettings other )
Public Function IsEqual ( other As AnalysisDisplayMarkersAndTextSettings ) As Boolean
public: bool IsEqual( AnalysisDisplayMarkersAndTextSettings^ other )
member IsEqual : other : AnalysisDisplayMarkersAndTextSettings -> bool
Parameters
- other AnalysisDisplayMarkersAndTextSettings
- Markers and text settings object to compare with.
Return Value
BooleanTrue if objects are equal, false otherwise.
See Also