Share

AnalysisDisplayColorSettings.IsEqual Method

Compares two color 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(
	AnalysisDisplayColorSettings other
)

Parameters

other  AnalysisDisplayColorSettings
Color settings object to compare to.

Return Value

Boolean
True if objects are equal, false otherwise.

See Also

Reference

Was this information helpful?