RebarConstraintIsEqual Method |
Checks if the specified RebarConstraint is the same as 'this'. The method
can be used to determine which of the RebarConstraint candidates offered by the
RebarConstraintsManager is currently active.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsEqual(
RebarConstraint other
)
Public Function IsEqual (
other As RebarConstraint
) As Boolean
public:
bool IsEqual(
RebarConstraint^ other
)
member IsEqual :
other : RebarConstraint -> bool
Parameters
- other RebarConstraint
-
RebarConstraint to compare with.
Return Value
Boolean
Returns true if the specified RebarConstraint is the same as 'this', false otherwise
Exceptions
See Also