Revit 2025 API
Forge |
Determines whether this ForgeTypeId is equal to another.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public override bool Equals( Object other )
Public Overrides Function Equals ( other As Object ) As Boolean
public: virtual bool Equals( Object^ other ) override
abstract Equals : other : Object -> bool override Equals : other : Object -> bool
Parameters
- other Object
- The ForgeTypeId with which to compare this ForgeTypeId.
Return Value
BooleanTrue if the given ForgeTypeId is equal to this one, or false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was NULL |
See Also