Revit 2025 API
Forge |
Returns true if the entire typeid string held by this ForgeTypeId is exactly equal to that held by the given
ForgeTypeId.
For the default equality comparison used by the equality operator (==), see
NameEquals(ForgeTypeId).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool StrictlyEquals( ForgeTypeId other )
Public Function StrictlyEquals ( other As ForgeTypeId ) As Boolean
public: bool StrictlyEquals( ForgeTypeId^ other )
member StrictlyEquals : other : ForgeTypeId -> bool
Parameters
- other ForgeTypeId
Return Value
Boolean
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also