Determines whether this ForgeTypeId is equal to another.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 
   2021
Syntax
| C# | 
|---|
public override bool Equals(
	Object other
)  | 
| Visual Basic | 
|---|
Public Overrides Function Equals ( _
	other As Object _
) As Boolean  | 
| Visual C++ | 
|---|
public:
virtual bool Equals(
	Object^ other
) override  | 
Parameters
- other
 - Type: System..::..Object
   The ForgeTypeId with which to compare this ForgeTypeId.
 
Return Value
   True if the given ForgeTypeId is equal to this one, or false otherwise.
Exceptions
See Also