RVTDocs.com

StructuralAsset.Equals(StructuralAsset)

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