RebarConstraint.IsEqual
Description:
Returns true 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.
Returns true 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
bool
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.
No comments yet. Start the discussion.
Loading…