AnalysisDisplayColorEntryIsEqual Method

Compare color entries.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsEqual(
	AnalysisDisplayColorEntry other
)

Parameters

other  AnalysisDisplayColorEntry
Color entry to compare to.

Return Value

Boolean
True if color entries are equal, false otherwise.
See Also