AnalysisDisplayColorEntryIsEqual Method

Compare color entries.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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