Share

AnalysisDisplayVectorSettings.IsEqual Method

Compares two vector settings objects.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsEqual(
	AnalysisDisplayVectorSettings other
)

Parameters

other  AnalysisDisplayVectorSettings
Vector settings object to compare with.

Return Value

Boolean
True if objects are equal, false otherwise.

See Also

Reference

Was this information helpful?