RVTDocs.com

RebarConstraint.IsEqual

Method
Description:
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.
Syntax
public bool IsEqual(
	RebarConstraint other
)
Parameters
Parameter Type Description
other RebarConstraint RebarConstraint to compare with.
Return Value
Type Description
Boolean Returns true if the specified RebarConstraint is the same as 'this', false otherwise
Exceptions
Exception Condition
ArgumentException other is no longer valid.
ArgumentNullException A non-optional argument was null
InvalidOperationException RebarConstraint is no longer valid.