Compares two colored surface settings objects.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEqual(
AnalysisDisplayColoredSurfaceSettings other
)
Parameters
- other AnalysisDisplayColoredSurfaceSettings
-
Colored surface settings object to compare with.
Return Value
Boolean
True if objects are equal, false otherwise.
See Also
Reference