RebarConstraint.IsEqual
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.
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.
public bool IsEqual(
RebarConstraint other
)
-
otherRebarConstraint to compare with.
Return Value
Boolean
Returns true if the specified RebarConstraint is the same as 'this', false otherwise
-
other is no longer valid.
-
A non-optional argument was null
-
RebarConstraint is no longer valid.