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

ThermalAsset.Equals(ThermalAsset)

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