Checks if the specified RebarConstrainedHandle is the same as 'this'.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEqual(
RebarConstrainedHandle other
)
Parameters
- other RebarConstrainedHandle
-
RebarConstrainedHandle to compare with.
Return Value
Boolean
Returns true if the specified RebarConstrainedHandle has the same type as 'this' both are for are for the same rebar.
This doesn't take into account the handle behavior.
Exceptions
See Also
Reference