Share

RebarConstrainedHandle.IsEqual Method

Checks if the specified RebarConstrainedHandle is the same as 'this'.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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

ExceptionCondition
ArgumentException other is no longer valid.
ArgumentNullException A non-optional argument was null
InvalidOperationException RebarConstrainedHandle is no longer valid.

See Also

Reference

Was this information helpful?