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