Determines whether this ForgeTypeId is equal to another.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public override bool Equals(
Object other
)
Parameters
- other Object
-
The ForgeTypeId with which to compare this ForgeTypeId.
Return Value
Boolean
True if the given ForgeTypeId is equal to this one, or false otherwise.
Exceptions
See Also
Reference