Revit 2023 API |
AnalysisDisplayColorEntry..::..IsEqual Method |
AnalysisDisplayColorEntry Class See Also |
Compare color entries.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2011
Syntax
C# |
---|
public bool IsEqual( AnalysisDisplayColorEntry other ) |
Visual Basic |
---|
Public Function IsEqual ( _ other As AnalysisDisplayColorEntry _ ) As Boolean |
Visual C++ |
---|
public: bool IsEqual( AnalysisDisplayColorEntry^ other ) |
Parameters
- other
- Type: Autodesk.Revit.DB.Analysis..::..AnalysisDisplayColorEntry
Color entry to compare to.