Compares two deformed shape settings objects.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool IsEqual( AnalysisDisplayDeformedShapeSettings other )
Parameters
- other AnalysisDisplayDeformedShapeSettings
- Deformed shape settings object to compare with.
Return Value
BooleanTrue if objects are equal, false otherwise.