RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ForgeTypeId

ForgeTypeId.Equals

Method
Description:
Determines whether this ForgeTypeId is equal to another.
Syntax
public override bool Equals(
	Object other
)
Parameters
Parameter Type Description
other Object The ForgeTypeId with which to compare this ForgeTypeId.
Return Value
Type Description
Boolean True if the given ForgeTypeId is equal to this one, or false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was NULL