StructuralAsset.Equals(StructuralAsset)
Method
Description:
Determines whether this structural asset is equal to another.
Determines whether this structural asset is equal to another.
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 |